Topic's QueueSize and MemoryPercentUsage grow until the latter hits 100%, and then no messages are delivered to consumers on the topic.
I'm having this same problem. It's a showstopper for us. Why is a topic accumulating anything whatsoever? The messages aren't persistent and have 5 second timeToLive, so there's no reason anything should think they should stay around very long. What does "QueueSize" mean for a topic anyway? None of the consumers have durable subscriptions. I've already tried setting noSubscriptionRecoveryPolicy with exactly the same result. Is there some setting I should make somewhere? I'd sure appreciate some help on this! <policyEntry topic=">" memoryLimit="5mb"> <dispatchPolicy> <strictOrderDispatchPolicy/> </dispatchPolicy> <subscriptionRecoveryPolicy> <noSubscriptionRecoveryPolicy/> </subscriptionRecoveryPolicy> </policyEntry> </policyEntries> -- View this message in context: http://www.nabble.com/QueueSize-and-InFlightCount-on-a-Topic-keeps-growing-tp18446149p18802481.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.