You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Michal Singer <Mi...@expand.com> on 2008/03/17 16:05:34 UTC

Problems with disabling Advisory Support

Hi. I tried to disable Advisory Support using advisorySupport="false" since i
see that temp queus are
occumulated there for no reason eveb after deletion.

However, i get the following exceptions after i disable:

org.springframework.jms.UncategorizedJmsException: Uncategorized exception
occured during JMS processing; nested exception is javax.jms.JMSException:
Cannot publish to a deleted Destination: temp-queue ,...

And no send on temp queues work again.

Does any one know why this happens?
-- 
View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093332.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Problems with disabling Advisory Support

Posted by Michal Singer <Mi...@expand.com>.
The advisory disable does not work when using temp queues.
But if i don't disable it, the advisory objects accumulated until out of
memory.
What should i do to solve this???



Michal Singer wrote:
> 
> The snapshot i am using: 
> apache-activemq-5.1-20080311.181016-59
> 
> 
> 
> rajdavies wrote:
>> 
>> What was the latest 5.1-SNAPSHOT you tried with this issue ?
>> 
>> On 18 Mar 2008, at 05:26, Michal Singer wrote:
>> 
>>>
>>> Hi. The problem with them is that they are accumulated even though  
>>> the temp
>>> queues are deleted.
>>> This cause memory accumulation. There is a bug open: AMQ-1255  on this
>>> issue. However it will
>>> only be resolved for 5.2. is there a work around for this so i can  
>>> continue
>>> to work with active mq? when
>>> will this version be released?
>>>
>>>
>>>
>>> James.Strachan wrote:
>>>>
>>>> Advisories are required to support temporary destinations
>>>>
>>>> On 17/03/2008, Michal Singer <Mi...@expand.com> wrote:
>>>>>
>>>>> Hi. I tried to disable Advisory Support using  
>>>>> advisorySupport="false"
>>>>> since i
>>>>> see that temp queus are
>>>>> occumulated there for no reason eveb after deletion.
>>>>>
>>>>> However, i get the following exceptions after i disable:
>>>>>
>>>>> org.springframework.jms.UncategorizedJmsException: Uncategorized
>>>>> exception
>>>>> occured during JMS processing; nested exception is
>>>>> javax.jms.JMSException:
>>>>> Cannot publish to a deleted Destination: temp-queue ,...
>>>>>
>>>>> And no send on temp queues work again.
>>>>>
>>>>> Does any one know why this happens?
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093332.html
>>>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>
>>>>
>>>> -- 
>>>> James
>>>> -------
>>>> http://macstrac.blogspot.com/
>>>>
>>>> Open Source Integration
>>>> http://open.iona.com
>>>>
>>>>
>>>
>>> -- 
>>> View this message in context:
>>> http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16114446.html
>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>>
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16178743.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Problems with disabling Advisory Support

Posted by Michal Singer <Mi...@expand.com>.
The snapshot i am using: 
apache-activemq-5.1-20080311.181016-59



rajdavies wrote:
> 
> What was the latest 5.1-SNAPSHOT you tried with this issue ?
> 
> On 18 Mar 2008, at 05:26, Michal Singer wrote:
> 
>>
>> Hi. The problem with them is that they are accumulated even though  
>> the temp
>> queues are deleted.
>> This cause memory accumulation. There is a bug open: AMQ-1255  on this
>> issue. However it will
>> only be resolved for 5.2. is there a work around for this so i can  
>> continue
>> to work with active mq? when
>> will this version be released?
>>
>>
>>
>> James.Strachan wrote:
>>>
>>> Advisories are required to support temporary destinations
>>>
>>> On 17/03/2008, Michal Singer <Mi...@expand.com> wrote:
>>>>
>>>> Hi. I tried to disable Advisory Support using  
>>>> advisorySupport="false"
>>>> since i
>>>> see that temp queus are
>>>> occumulated there for no reason eveb after deletion.
>>>>
>>>> However, i get the following exceptions after i disable:
>>>>
>>>> org.springframework.jms.UncategorizedJmsException: Uncategorized
>>>> exception
>>>> occured during JMS processing; nested exception is
>>>> javax.jms.JMSException:
>>>> Cannot publish to a deleted Destination: temp-queue ,...
>>>>
>>>> And no send on temp queues work again.
>>>>
>>>> Does any one know why this happens?
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093332.html
>>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>> -- 
>>> James
>>> -------
>>> http://macstrac.blogspot.com/
>>>
>>> Open Source Integration
>>> http://open.iona.com
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16114446.html
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16115024.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Problems with disabling Advisory Support

Posted by Rob Davies <ra...@gmail.com>.
What was the latest 5.1-SNAPSHOT you tried with this issue ?

On 18 Mar 2008, at 05:26, Michal Singer wrote:

>
> Hi. The problem with them is that they are accumulated even though  
> the temp
> queues are deleted.
> This cause memory accumulation. There is a bug open: AMQ-1255  on this
> issue. However it will
> only be resolved for 5.2. is there a work around for this so i can  
> continue
> to work with active mq? when
> will this version be released?
>
>
>
> James.Strachan wrote:
>>
>> Advisories are required to support temporary destinations
>>
>> On 17/03/2008, Michal Singer <Mi...@expand.com> wrote:
>>>
>>> Hi. I tried to disable Advisory Support using  
>>> advisorySupport="false"
>>> since i
>>> see that temp queus are
>>> occumulated there for no reason eveb after deletion.
>>>
>>> However, i get the following exceptions after i disable:
>>>
>>> org.springframework.jms.UncategorizedJmsException: Uncategorized
>>> exception
>>> occured during JMS processing; nested exception is
>>> javax.jms.JMSException:
>>> Cannot publish to a deleted Destination: temp-queue ,...
>>>
>>> And no send on temp queues work again.
>>>
>>> Does any one know why this happens?
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093332.html
>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>> -- 
>> James
>> -------
>> http://macstrac.blogspot.com/
>>
>> Open Source Integration
>> http://open.iona.com
>>
>>
>
> -- 
> View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16114446.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>


Re: Problems with disabling Advisory Support

Posted by Michal Singer <Mi...@expand.com>.
Hi. The problem with them is that they are accumulated even though the temp
queues are deleted.
This cause memory accumulation. There is a bug open: AMQ-1255  on this
issue. However it will
only be resolved for 5.2. is there a work around for this so i can continue
to work with active mq? when
will this version be released?



James.Strachan wrote:
> 
> Advisories are required to support temporary destinations
> 
> On 17/03/2008, Michal Singer <Mi...@expand.com> wrote:
>>
>>  Hi. I tried to disable Advisory Support using advisorySupport="false"
>> since i
>>  see that temp queus are
>>  occumulated there for no reason eveb after deletion.
>>
>>  However, i get the following exceptions after i disable:
>>
>>  org.springframework.jms.UncategorizedJmsException: Uncategorized
>> exception
>>  occured during JMS processing; nested exception is
>> javax.jms.JMSException:
>>  Cannot publish to a deleted Destination: temp-queue ,...
>>
>>  And no send on temp queues work again.
>>
>>  Does any one know why this happens?
>>
>> --
>>  View this message in context:
>> http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093332.html
>>  Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> Open Source Integration
> http://open.iona.com
> 
> 

-- 
View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16114446.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.


Re: Problems with disabling Advisory Support

Posted by James Strachan <ja...@gmail.com>.
Advisories are required to support temporary destinations

On 17/03/2008, Michal Singer <Mi...@expand.com> wrote:
>
>  Hi. I tried to disable Advisory Support using advisorySupport="false" since i
>  see that temp queus are
>  occumulated there for no reason eveb after deletion.
>
>  However, i get the following exceptions after i disable:
>
>  org.springframework.jms.UncategorizedJmsException: Uncategorized exception
>  occured during JMS processing; nested exception is javax.jms.JMSException:
>  Cannot publish to a deleted Destination: temp-queue ,...
>
>  And no send on temp queues work again.
>
>  Does any one know why this happens?
>
> --
>  View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093332.html
>  Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>


-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Re: Problems with disabling Advisory Support

Posted by ttmdev <jo...@ttmsolutions.com>.
Use caution when setting advisorySupport to 'false', because doing so will
preclude the broker from forwarding messages to other brokers in a network
of brokers.

Joe
Goto www.ttmsolutions.com for a free ActiveMQ user guide



Michal Singer wrote:
> 
> Hi. I tried to disable Advisory Support using advisorySupport="false"
> since i see that temp queus are
> occumulated there for no reason eveb after deletion.
> 
> However, i get the following exceptions after i disable:
> 
> org.springframework.jms.UncategorizedJmsException: Uncategorized exception
> occured during JMS processing; nested exception is javax.jms.JMSException:
> Cannot publish to a deleted Destination: temp-queue ,...
> 
> And no send on temp queues work again.
> 
> Does any one know why this happens?
> 

-- 
View this message in context: http://www.nabble.com/Problems-with-disabling-Advisory-Support-tp16093332s2354p16093596.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.