org.apache.activemq.broker.TransportConnection - The connection to 'vm://activemqbroker#0' is taking a long time to shutdown.

2010-10-07 Thread chrajanirao
Hi, We come across below message very often when we shutdown activemq where "activemqbroker" is the name we gave to the broker. [Q Cleanup Timer] INFO org.apache.activemq.broker.TransportConnection - The connection to 'vm://activemqbroker#0' is taking a long time to shutdown. Our activemq con

JMSTimestamp on DLQ messages

2010-04-14 Thread chrajanirao
Hi, How to get the My the timestamp of message created in DLQ in ActiveMQ 5.3? The JMSTimestamp header property seems to contain the original timestamp of message on it main Q not the time it ended up in DLQ. I am sure that in 5.2 JMSTimestamp value was always the timestamp of message created t

Messages are left in memory with JDBC persistance for queues when no consumers

2009-08-20 Thread chrajanirao
Hi, I have noticed that ActiveMQ is keeping the List of Message objects in memory after persisting them in the DB when there is no consumer on the queue. What I did is a simple test, I kept on sending persistent messages to a queue with no active consumers. The broker kept on using more memory an

Re: How does Producer flow control work with JDBC persitance?

2009-03-02 Thread chrajanirao
Anyone? -- View this message in context: http://www.nabble.com/How-does-Producer-flow-control-work-with-JDBC-persitance--tp22007477p22293863.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Separate DLQ for each topic subscriber

2009-03-02 Thread chrajanirao
Can someone please reply? -- View this message in context: http://www.nabble.com/Separate-DLQ-for-each-topic-subscriber-tp22252210p22293845.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Separate DLQ for each topic subscriber

2009-02-27 Thread chrajanirao
I know we can setup separate DLQ per topic. But is it possible to setup separate DLQ per subscriber (at least durable ones) under each topic? Otherwise, I am not sure how to recognize which subscriber(s) failed to consume a particular message that showed up in DLQ of that topic. If anyone knows h

How does Producer flow control work with JDBC persitance?

2009-02-13 Thread chrajanirao
I read below link about producer flow control but I am still confused about how it works when we have JDBC only persistance. http://activemq.apache.org/message-cursors.html I am noticing that ActiveMQ blocks even with JDBC only persistance but it doesn't make sense to me as to why it should bloc

Re: Stuck messages - Dispatch issues

2008-11-20 Thread chrajanirao
great because it would be good to get this issue > fully understood. This is a potential blocker for the 5.2.0 release > IMHO. Can you raise a jira issue to track this? > thanks. > > 2008/11/14 chrajanirao <[EMAIL PROTECTED]>: >> >> I tried 5.2 RC3 and it seem to h

Re: Stuck messages - Dispatch issues

2008-11-13 Thread chrajanirao
I tried 5.2 RC3 and it seem to have new bugs. It dispatching duplicates. One of my test run resulted below: Messages sent: 1000 (using 50 threads 20 times) Consumers: 2 trasacted Queue Attributes in JConsole: DequeCount: 1000 DipatchCount: 4849 EnqueueCount:1000 InFlightCount: 3849 QueueSize: 49

Stuck messages - Dispatch issues

2008-11-12 Thread chrajanirao
We are seeing issues with ActiveMQ 5.1 and 5.2 RC2 with message dispatching from queues. It is easily reproducible even using the out of the box activemq configuration. Send messages to the a queue (QueueA) using multiple threads (10 or 20 thread in a loop of 10) using JMeter or your custom code