Hi all - I wrote a publish/subscribe clients that seem to be working well with the broker. I want make the clients more reliable - particularly when the network connection goes down. This is especially needed for the subscriber, which just sits on an asynchronous listener once the connection starts.
Is there anything simple I can do in my main loop that checks for the health of the connection to the broker? Also, if the connection goes down, should I just attempt to restart the connection - or - do I have to recreate new connection, session and consumer objects? Any ideas or sample codes will be very helpful. Best - Susmit -- View this message in context: http://www.nabble.com/activemq-cpp-client-heartbeat-and-reconnect-with-broker--tp24157918p24157918.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.