Re: Large difference for (dequeue + inflight) and dispath counter for queue.

2015-06-04 Thread Tim Bain
If a consumer disconnects while there are messages in its prefetch buffer and then reconnects, the messages in the prefetch buffer will be dispatched again without any enqueues or dequeues. How much it goes up by each time depends on how many messages are in the prefetch buffer at the time. That

Re: Getting Error while using encrypted passwords in ActiveMQ

2015-06-04 Thread Tim Bain
Looks like you're missing that JAR, you have the wrong version of the JAR (or multiple versions of the JAR), or the JAR isn't making it onto the classpath. I'd start by making sure the JAR is actually in the lib directory. On Jun 4, 2015 8:45 AM, "vikrao" wrote: > Hi, > > I am using encrypted pa

Tools to deal with prepared XA transactions

2015-06-04 Thread Martin Lichtin
Hi What tool(s) can I use todeal with prepared XA transactions? Given an XID a) show or provide a reference to the associated JMS message b) manually commit/rollback the transaction for maintenance purposes I actually just found https://github.com/chirino/activemq-xa-cli which seems to do b)

Getting Error while using encrypted passwords in ActiveMQ

2015-06-04 Thread vikrao
Hi, I am using encrypted passwords in our ActiveMQ set-up. I get the following error while starting the broker. We are using 5.11.1 ActiveMQ. Can anyone please give me some pointers on how to fix this issue. Thanks for your help! 2015-06

Large difference for (dequeue + inflight) and dispath counter for queue.

2015-06-04 Thread bansalp
I am seeing following values via jmx Enqueue 24791 Dequeue 24861 Dispath 321058 Inflight 15 These values are for a queue with concurrent consumer. Here Dispath count is way greater than enqueue as well as dequeue count. What could be reason for this? I am using ActiveMQ 5.11.1. -

How to limit message size?

2015-06-04 Thread Sajith Kariyawasam
Hi, In ActiveMQ is there a way to limit the message size for a particular queue ? My requirement is if a particular message is greater than some value, skip it from storing in the queue, or throw an exception. Is "maxFrameSize" is for that purpose? -- Best Regards Sajith