You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sparky2708 <da...@columbia.edu> on 2007/05/21 15:28:26 UTC

How do I remove ActiveMQ.Advisory.Producer.Queue.xxxx

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?
-- 
View this message in context: http://www.nabble.com/How-do-I-remove-ActiveMQ.Advisory.Producer.Queue.xxxx-tf3790271s2354.html#a10718846
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: How do I remove ActiveMQ.Advisory.Producer.Queue.xxxx

Posted by Michal Singer <Mi...@expand.com>.
Hi. This option does not work with temp queues. Is there another way to
disable this accumulation of 
Advisory Objects?
Thx, Michal



jlim wrote:
> 
> 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?
>>   
> 
> 

-- 
View this message in context: http://www.nabble.com/How-do-I-remove-ActiveMQ.Advisory.Producer-Consumer.Queue.xxxx-tp10718846s2354p16179547.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: How do I remove ActiveMQ.Advisory.Producer.Queue.xxxx

Posted by Jonas Lim <jl...@exist.com>.
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?
>