I think I might have found where I am using up memory, my policyEntry looks like:
<policyEntry topic=">" memoryLimit="10mb" gcInactiveDestinations="true" inactiveTimoutBeforeGC="600000"> <dispatchPolicy> <strictOrderDispatchPolicy/> </dispatchPolicy> <pendingMessageLimitStrategy> <constantPendingMessageLimitStrategy limit="2500"/> </pendingMessageLimitStrategy> </policyEntry> 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 message in context: http://activemq.2283324.n4.nabble.com/Topic-Wait-for-space-tp4658354p4658739.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.