[jboss-user] [JBoss Messaging] - Re: Failover failed

grafzal do-not-reply at jboss.com
Mon Oct 13 19:16:25 EDT 2008


Shame on me...

I have found the answer to this problem in the first question of the FAQ:
https://www.jboss.org/community/docs/DOC-9239

To achieve failover during a normal shutdown of the server there is an option
in the PostOffice Configuration:

xxx-persistence-service.xml:

.
  | .
  | .
  | <!-- Set this to true if you want failover of connections to occur when a node is shut down -->
  | 
  | <attribute name="FailoverOnNodeLeave">true</attribute>
  | .
  | .
  | .

Of cause you will have to use at least messaging-1.4.0.sp3.cp02 which
is available in SVN and already included in the EAP Bundle.

svn co https://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_0_SP3_CP02 messaging-1.4.0.sp3.cp02

Very nice!

so long...



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

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



More information about the jboss-user mailing list