Re: Topic Advisories pile up in ActiveMQ

2013-12-12 Thread javaG
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

Re: Topic Advisories pile up in ActiveMQ

2013-12-11 Thread Christian Posta
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

Re: Topic Advisories pile up in ActiveMQ

2013-12-11 Thread javaG
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

Re: Topic Advisories pile up in ActiveMQ

2013-12-11 Thread Timothy Bish
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)