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.
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:
>
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
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