[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Server side HA and failover
timfox
do-not-reply at jboss.com
Thu Nov 23 07:34:52 EST 2006
Ok, so it looks like good progress is being made on failover :)
What is there left to do?
My understanding is the remaining pieces are:
Load balancing policy for determining which server to initially connect to. (Re-use from remoting).
Mechanism for propagating changes in the client side server list from the server to the client when a jgroups view change occurs. I.e. when a new node joins / leaves. (Do we re-use from remoting here too?)
"Valve" functionality to stall any activity on connections when server failover is occurring.
Replaying of delivered messages to the ServerConmsumerEndpoint so the delivery list can be recreated.
Anything else?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988152#3988152
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988152
More information about the jboss-dev-forums
mailing list