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

timfox do-not-reply at jboss.com
Tue Oct 31 02:36:33 EST 2006


A few comments:

"clebert.suconic at jboss.com" wrote : I have committed some changes regarding server side failover.
  | 
  | In summary, these changes consist of:
  | 
  | I - Method failover(int) on DefaultClusteredPostOffice..
  |             Still not integrated on JGroups:viewsChange, but that it's a trivial change (I hope). I will integrate it after I have done some more testing
  | 

No need for the method to public - it will only be called from inside the post office

"clebert" wrote : 
  | II - Signature changes on PostOffice/ClusteredPostOffice to accept bindinging from other nodeIds than the current NodeId.
  | 

If the failover is driven from inside the postoffice then shouldn't need this on the interface?

"clebert" wrote : 
  | Also... It looks like we will have to send messages received from client to server. This is because we will need to remove references on the database. I'm still investigating as I'm seeing messages still on the database after being received.
  | 

Doesn't sound right to me. I'll have a look at the code.

"clebert" wrote : 
  | I will solve the messageId problems by tomorrow for sure, so I'm fine with this, it's just a matter of getting the job done.
  | 

Great. Seems like you're making good progress :)

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

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



More information about the jboss-dev-forums mailing list