Re: AJAX Client Reconnect

2008-06-12 Thread Gul
reestablished. Since the client discovers the disconnect when > > -- View this message in context: http://www.nabble.com/AJAX-Client-Reconnect-tp13159885p17815678.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: AJAX Client Reconnect

2007-10-15 Thread chago
discovers the disconnect when > > -- View this message in context: http://www.nabble.com/AJAX-Client-Reconnect-tf4608571s2354.html#a13217585 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

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

Re: AJAX Client Reconnect

2007-10-13 Thread chago
king using Jim's refactored > javascript from here: > http://tinyurl.com/288qgl > But I am curious if there is a better or more supported way to implement > this? > > Thanks, > >--Dan > > -- View this message in context: http://www.nabble.com/AJAX-Client-

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