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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...