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
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
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.
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
From the STOMP 1.0 protocol description (http://stomp.github.com/stomp-specification-1.0.html) (emphasis mine):
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
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.
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.
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
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