Re: MessageQueueServlet and Topic Subscription Buildup?

2010-03-08 Thread drsnyder
ntegration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Fri, Mar 5, 2010 at 1:46 AM, drsnyder wrote: > >> >> I am using the MessageQueueServlet and after a while, the broker is >> becomi

MessageQueueServlet and Topic Subscription Buildup?

2010-03-04 Thread drsnyder
I am using the MessageQueueServlet and after a while, the broker is becoming non-responsive (no errors in the logs, but cpu spins up to 100%)When looking at the mbeans, I noticed that a new topic subscription shows up for *every* request under: Subscription->Non-Durable->Topic->topic_//ActiveMQ.A

ActiveMQ stuck messages when 'redelivered = true'

2009-07-09 Thread drsnyder
I am seeing some strange behavior from activemq 5.2.0 related to delivery of messages with a redelivered flag. We have configured the broker to use jdbc persistence (no journal) talking to mysql and are using the STOMP protocol. For testing, I have a consumer that for each message will BEGIN a

Re: STOMP redelivery policy

2009-05-05 Thread drsnyder
I did not see a response to this, but I am interested in this functionality as well... if not supported directly by activemq, is it possible to use camel to do this? What are others doing that want to implement the dead letter channel pattern doing? Our consumer is python, so we are limited to