Hi Jim,
I am most concerned with the first type of failure, where the client
has a problem with the network connection, but the server is still
running properly. What I did was take your modified amq.js (from link
in my previous message) and then added the following to line 111 in
pollErrorHandler
I am using the AJAX client, and I am curious if there is a way to get
the clients to automatically reconnect?
My clients work in an environment where the network connections can be
spotty, and I would like them to automatically resume without the user
having to reload the browser.
Currently what