Re: How can I monitor the connection with the broker through .Net client.

2008-04-03 Thread MohitR
object then we can achieve this. regards, Mohit Rohella Oleg Deribas-5 wrote: > > MohitR wrote: > >> I am very new to ActiveMQ. I need to monitor the connection with the >> broker >> through .Net Client C#. > > I'm not pretty sure what do you mean by moni

How can I monitor the connection with the broker through .Net client.

2008-04-02 Thread MohitR
Hi, I am very new to ActiveMQ. I need to monitor the connection with the broker through .Net Client C#. I saw that we can monitor it with the broker via the addTransportListener() method on the ActiveMQConnection. But that's there from ther server side. I need to do that on client side. Any help