[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Server side HA and failover

clebert.suconic@jboss.com do-not-reply at jboss.com
Mon Oct 30 23:49:54 EST 2006


Another point we will have to think about is how to resume the server back.

Say.. you have serverA (the failedNode) and serverB (the server that will receive serverA's queues)

When serverA resumes after an eventual crash, all of his queues are loaded at serverB. They will need to be transfered back to serverA, and probably we will have to send a message to all clients to reconnect back into serverA after serverA resumed.

Maybe we could transfer queues as they reapear on serverA, but I guess there is a problem since javax.jms.Queue could be listened by more than one client.

Any ideas besides redirecting clients back on ServerA?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981954#3981954

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981954



More information about the jboss-dev-forums mailing list