activemq
Automatically remove inactive durable consumers in ActiveMQ
For example, we have a durable topic consumer and some broker for that topic. As far as I understand that broker will continue to store every message (within some limits) even if that durable consumer[详细]
2023-02-16 09:36 分类:问答activeMQ topic flooding
Running ActiveMQ 5.4.0. I have a group of users that subscribe and publish to each other on various topics through a common ActiveMQ JMS provider. After a while of activity, the ActiveMQ console start[详细]
2023-02-16 08:52 分类:问答What are some strategies for detecting when other processes are listening to a queue or topic?
I have a system (let\'s call it System A) that allows the user to turn on certain processing functions. When these functions are activated, System A will listen for messages from System B.[详细]
2023-02-15 21:07 分类:问答ActiveMQ MUltiple subscriptions freezes application
I have an application which tries to subscribes to a lot of different topics. The server side publishes a lot of messages through these topics and as soon as the application starts subscribing, it re[详细]
2023-02-14 20:21 分类:问答STOMP Protocol - Session ID Questions
From the STOMP 1.0 protocol description (http://stomp.github.com/stomp-specification-1.0.html) (emphasis mine):[详细]
2023-02-14 15:30 分类:问答c++ ActiveMQ sending binary messages
Is it possible to send a stringstream containing binary over activemq? If so, how is this done? I know the Java version of activemq has a feature called BlobMessage or StreamMessage to do so, howeve[详细]
2023-02-14 12:54 分类:问答Duplicated messages on ActiveMQ
I use ActiveMQ as JMS broker and consumer, jmsTemplate to send the messages, 1 non-durable Topic for the moment. During the peak time I have~100 messages/second.[详细]
2023-02-13 23:38 分类:问答ActiveMQCPP connection.start() hangs up
I\'m using ActiveMQ CPP 5.2.3 if it matters. I have JMS producer that connects using failover transport to JMS network of brokers.[详细]
2023-02-13 22:15 分类:问答Sending StreamMessage from CMS to JMS
I am trying to send an ActiveMQ StreamMessage from a C++ (CMS) client to a Java (JMS) client.However, the Java client is unable to correctly read the values from the incoming message - most fields are[详细]
2023-02-13 18:55 分类:问答Delayed delivery with ActiveMQ 5.3 and NMS
I\'m attempting to use the new delayed delivery functionality from NMS. The schedulerSupport attribute has been set in the config file, and I\'m using the following code to attempt to delay delivery[详细]
2023-02-13 03:13 分类:问答