Clarification of dispatched/dequed/enqueued statistics

2014-12-09 Thread Anand R
Hi All, I would like to understand the meaning of the values shown in web console (Subscribers page) for: * Dispatched Counter * Enqueue Counter * Dequeue Counter I thought they meant the following: * Dispatched Counter - # of messages attempted to be delivered to the destination * Enqueue C

Re: Database Locker Vs. Lease Database Locker

2014-11-06 Thread Anand R
Can one of the experts or someone with JDBC Master/Slave deployment experience comment on this please? The documentation is ambiguous. Thanks, Anand On Mon, Nov 3, 2014 at 2:07 PM, Anand R wrote: > Hi - > I would like to know what type of Locker is recommended when using > jdbc pe

Database Locker Vs. Lease Database Locker

2014-11-03 Thread Anand R
Hi - I would like to know what type of Locker is recommended when using jdbc persistence. I see that the configuration for mySQL in http://activemq.apache.org/jdbc-support.html does not mention anything about the type of locker. In http://activemq.apache.org/pluggable-storage-lockers.html, tho

Patch for AMQ-5385 (Link Stealing)

2014-10-08 Thread Anand R
I believe that I fixed the issue. Committers, please verify and pull if it looks OK. Patch attached to the JIRA ticket. https://issues.apache.org/jira/browse/AMQ-5385