I think I might have found where I am using up memory, my policyEntry looks
like:
Does the space for the 2500 messages for slow consumers not come out of the
10mb for each consumer, but instead out of the overall SystemUsage memory?
Thanks.
--
View this
Do you possibly have disconnected durable subscribers or connected but slow
subscribers?
You seem to be hitting system limits or destination limits.
Use JMX (e.g. jconsole) to check the Broker MBeans usage limits and the topics
destination limits.
Most likely you are hitting one of the limits.