You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Sandeep Chayapathi <sa...@wssource.com> on 2006/11/10 16:25:48 UTC

[Fwd: Re: Activemq 4.0.2 - stops sending message after some time (solved)]

Hi all,

 After further testing, I was able to to distill the problem to 
unconsumed messages in a durable topic subscription. The solution was to 
increase the "usageManager" limit, as described here:
http://www.nabble.com/problem-with-durable-subscribers-tf2145613.html#a5923485

 Although it must be noted that while using  Stomp clients, large number 
of threads were created.
Total Thread Started

 I now have further queries on this :)

1.  How do I remove unused durable topic subscriptions ?
2. How to identify the PendingQueueSize for all subscriptions ?

Thanks
Sandeep