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

2008-04-03 Thread MohitR
Thanks for your response Oleg. Actually I wanted to get notified on the client side (C#) if the connection with ActiveMQ is lost because of any reason like the ActiveMQ server is down or network not available. I found that if we attach an event handler for ExceptionListener to the connection ob

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

2008-04-02 Thread Oleg Deribas
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 monitoring the connection? -- Oleg