Re: Destination garbage collection on network of brokers

2015-04-23 Thread Kevin Burton
GC should definitely work.. do they topics have consumers? If they have ANY consumers this will block GC and they won’t be able to be reclaimed. Also, the time is reset for each new consumer. Another note. If you have a LARGE number of topics that need to be GCd, there’s a bug whereby ActiveMQ l

Destination garbage collection on network of brokers

2015-04-23 Thread jack atwork
Hi, I'm running a network of brokers (activemq 5.9.1) with a continuous flow of unique short lived topics. I'm configuring the policyEntry with gcInactiveDestinations="true" but it looks like these destinations are not being garbage collected even though they have no regular consumers as I'm seei