Re: Topics messages don't expire

2012-06-04 Thread techmaze
Hey, I am facing same issue in AMQ 5.6 version and topic size keeps growing. Will it ever decrease as there is no indication of whatsoever whether messages are actually discarded or expired. So this enqueued count will never decrease, and how do you verify that your messages are getting discarded.

Re: Topics messages don't expire

2010-03-19 Thread roxanac
Hey Gary! Is good that you pointed this to me, so now I have a clearer picture on topics. I was concerned about this "QueueSize" ( that keeps growing ) that in time will interfere with the memory that ActiveMQ is using. (considering it running for long periods) Thx! Roxana Gary Tully wrote: >

Re: Topics messages don't expire

2010-03-18 Thread Gary Tully
What you describe is as expected. Topics are a little different w.r.t to expiry as the messages are only persisted on a per consumer basis. If there are no consumers, the messages are discarded so they don't get a chance to expire. If there are durable subscribers the pendingMessageLimitStrategy ki

Topics messages don't expire

2010-03-17 Thread roxanac
Hello! I have a problem or at least a thing that is not very clear for me. I am publishing non-persistent messages in a topic, having TimeToLive set to 5 seconds for producer and for message also ( I have a C# producer but this is not that relevant since I get the same behavior with a Java produce