Thanks Tim, This is really resourceful, I will try this.
Thanks,
--bansalp
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Get-Number-of-connection-from-all-host-to-my-activemq-broker-tp4687405p4687459.html
Sent from the ActiveMQ - User mailing list archive at Nabble.co
Configure the broker to expose JMX status (
http://activemq.apache.org/jmx.html), if you haven't already done so. Then
make sure you understand what's in the JMX beans; an easy way to do that is
to attach JConsole to the broker and navigate through the MBeans tab. Once
you've done this, you shoul
Hi
if you want a view by host, you have to iterate over the Client Connection
MBeans and group by the client’s address.
Best regards
Andreas
> On 13 Nov 2014, at 18:04, bansalp wrote:
>
> I can get currentConnection count using activemq-admin query --view
> CurrentConnectionsCount jmxurl...
Hi Tim,
AFAIK, the ClientConnectors are the actual server ports whereas the
ClientConnections
are the currently connected clients.
Best regards
Andreas
> On 13 Nov 2014, at 17:28, Tim Bain wrote:
>
> Looking at the documentation for activemq-admin (
> http://activemq.apache.org/activemq-com