The broker MBean exposes TotalConnectionsCount, TotalConsumerCount, and
TotalProducerCount; do you actually need the session count?  (If so, why?
What are you actually trying to accomplish with your monitoring, and how
does session count help you accomplish it?)

Tim
On May 16, 2016 10:51 AM, "akhil" <akh...@gmail.com> wrote:

> Hi Tim ,
>
> I am sorry i didn't explain the correct use case , what i am doing here is
> trying to get the total session count on the remote broker  from my java
> client and to display on our monitoring tool. At this point i am just
> trying
> to get this with the help of region broker instance which intern needs a
> broker service instance ..and this broker service instance is not exposed
> as
> an mbean where i have to write a plugin on the remote broker where it
> should
> expose broker service as an mbean. Then i can consume this Broker Service
> instance as an mbean to get the region broker instance and can get the
> session count. What i thought before is ..is there any way i can get this
> broker service instance of remote broker with out writing the plugin ..?
>
> Now i am clear that there is no way other than writing the plugin for
> broker
> service.
>
> Thank you once again for making it clear.
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/How-can-i-get-Broker-Service-instance-of-the-remote-broker-tp4711891p4711985.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to