You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Gul <sg...@i2cinc.com> on 2008/06/10 06:13:07 UTC

handlers lost

i am using activeMQ supports for Ajax in my application. i've created queues
like amq.sendMessage("queueName", message); 

and to receive a message i've added listener like amq.addListener(myId,
myDestination, myHandler.revMessage); 

When i send request with amq.sendMessage("queueName", message); it will make
JMS message and interact with database, fetch response and send the message
back to myHandler. this code works fine.. the problem is that if network
connection lost all handlers will also lost and the handlers would not be
able to get response back from JMS 

Is there any way to activate handlers again when network connection got
enabled after disabled. 

thx
-- 
View this message in context: http://www.nabble.com/handlers-lost-tp17747466p17747466.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.