Thanks for reply. Yes all messages on temp-queues are consumed by the stomp
client. After stomp client receives the message on temp-queue it
unsubscribes from it. Also I use non-persistent messaging.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Topic-Advisories-pile-u
the messages in temp queues will live in broker memory as they are not
persistent. are you consuming all of the messages from the temp
queues?
On Wed, Dec 11, 2013 at 6:52 PM, javaG wrote:
> Thank you for your post. I tried these settings in activemq.xml and restarted
> everything but it did not
Thank you for your post. I tried these settings in activemq.xml and restarted
everything but it did not make any difference.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Topic-Advisories-pile-up-in-ActiveMQ-tp4675430p4675432.html
Sent from the ActiveMQ - User mailing l
On 12/11/2013 07:28 PM, javaG wrote:
I have a stomp client that uses temp queue as reply back destination
('/temp-queue/'+uuid_generated_value) to which I subscribe in stomp client
and then send a message on a fixed queue in which I set the reply-to header
to ('/temp-queue/'+uuid_generated_value)