[jboss-user] [JBoss Messaging] - Re: 1.2.0.GA transparent node failover does not always work

timfox do-not-reply at jboss.com
Wed May 30 11:51:03 EDT 2007


Yes, thanks Sergey :)

One thing we noticed with Ben's code, is that it tries to use the same old connection factory after failure has occurred.

If you're doing the "old style" manual reconnect on failure, you need to throw away the connection factory after failure, or it may not know about the new cluster topology.

Also, for this kind of thing, the user code should also bne using HAJNDI to ensure the new JNDI lookup works on a different node after failure of the original node.

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

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



More information about the jboss-user mailing list