I am running JBoss 4.2.2 with JBoss Messaging 1.4.0.SP1. I have a cluster of application
servers. There is a persistent clustered message queue passing messages to MDBs running on
each node.
I need to remove a node from the cluster for an extended period of time and any messages
that are local to that node should be processed by other nodes in the cluster.
As far as I understand, if I shutdown the node cleanly then the messages will not be
failed over to other nodes in this cluster. I would rather not terminate the process
causing failover.
I have read:
http://wiki.jboss.org/wiki/Wiki.jsp?page=CTRLCFailover
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110632
http://jira.jboss.org/jira/browse/JBMESSAGING-890
http://jira.jboss.org/jira/browse/JBMESSAGING-761
But don't seem to be any wiser.
I can live with a solution where I have to execute some code on the node to tell it that
it is going to go away and that it should stop consuming messages and that it should
redistribute messages in the local queue to other nodes in the cluster.
Any help or pointers would be most appreciated.
Cheers,
Nicko
------------
nicko cadell
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132212#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...