Hi, You can disable advisory support in your broker config file :
<broker brokerName="localhost" useJmx="true" advisorySupport="false" .... >
Regards, Jonas sparky2708 wrote:
My ActiveMQ clients create TEMPORARY queues and I have been looking through the active queues recently and I noticed a number of advisory queues are sticking around that refer to the temporary queues that I created. It seems that even though the temporary queues are gone the advisory topics are still there. How and when do the advisory queues disappear? How can I remove them?