I don't the answer for #1, but can find the PendingQueueSize (#2), using
the query tool, as shown below:
$ACTIVEMQ_HOME/bin/query --view
PendingQueueSize,ClientId,DestinationName,ConnectionId --objname
Type=Subscription
detailed info can be found here:
http://incubator.apache.org/activemq/activemq-command-line-tools-reference.html#ActiveMQCommandLineToolsReference-query
- Sandeep
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