I have a few implementation questions I was hoping someone would be kind enough to answer.
I have a C# 2.0 windows forms application, using NMS checked out from the trunk, server is activemq 5.0. The forms application is an MDI. I have the main frame holding the connection/session, and each form/window is a MessageConsumer listening to a different topic (non-durable). Ideally, I would like to alert the user when the broker/connection goes down, and when it comes back up. As well, of course I want the application to recover be listening again when the broker is back up. My questions are: 1) Does this seem reasonable? 2) Is there any easy way of showing the current connection status? 3) Will have to handle the reconnect manually when the broker goes down? 4) If the broker goes down, do I have to recreate an the connection again (and session, and consumers), or is there an easier way? Thanks, Scott Thanks, -- View this message in context: http://www.nabble.com/C--NMS-questions.-tp15508046s2354p15508046.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.