Re: AJAX Client Reconnect

2007-10-15 Thread Dan Schooler
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

AJAX Client Reconnect

2007-10-11 Thread Dan Schooler
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