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:
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
>> qu
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 i
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
wil
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
Advisories are required to support temporary destinations
On 17/03/2008, Michal Singer <[EMAIL PROTECTED]> 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 ge