I've seen the same thing when manually examining the list of connections in
JConsole.  I've always assumed that it showed all connections that had been
made since the broker started rather than all current connections and that
that was intentional, but I never tried to confirm that assumption, so I'm
curious to hear what the answer turns out to be.
On Dec 25, 2014 12:01 AM, "bansalp" <bpradee...@gmail.com> wrote:

> Hi,
>
> There is a difference of some 40 odd connection between value provided by
> current connections count and what I get by using lsof command and by
> counting individual connection count from activemq admin command.
>
> 1. CurrentConnectionsCount:
> activemq-admin query  --view CurrentConnectionsCount --jmxurl
> service:jmx:rmi:///jndi/rmi://localhost:9006/jmxrmi
>
> 2. lsof :
> lsof -iTCP -a -sTCP:^LISTEN -a -p pid
>
> 3. Counting each connection:
> activemq-admin query --objname
>
> type=Broker,brokerName=localhost,connector=clientConnectors,connectorName=*,connectionViewType=remoteAddress,connectionName=*
> --jmxurl service:jmx:rmi:///jndi/rmi://localhost:9006/jmxrmi
>
> Value from 2nd and 3rd command matches, but value of 1st command is lesser
> than value of 2nd and 3rd command.
>
> Can somebody help, am I doing something wrong?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/CurrentConnectionsCount-seems-to-give-incorrect-value-tp4689268.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to