Mayank Mittal [
http://community.jboss.org/people/mayankmit2002] created the discussion
"Re: Unable to start JBM cluster"
To view the discussion, visit:
http://community.jboss.org/message/576710#576710
--------------------------------------------------------------
I tried to debug from where this message is popping up and in the course of this I tried
to run the Jboss Messaing in debug mode.
There I found that there is a method +nodeLeft(List adderss)+ in +messagingPostOffice+
and is called whenever any node left the cluster.
The above specified method is calling performFailover() method for the nodeID of the
left node. This method is trying to filter out all nodes binding of those needs to be
removed from both memory and persistence.
Here the problem occurs. When it tries to checks for the isRecoverable() property of
queue instance to be removed; it returns false and thus not added to the removing list.
Thus causing the whole problem.
Could anyone helps me how to get isRecoverable() value as true.
Any help will be very appreciable
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/576710#576710]
Start a new discussion in JBoss Messaging at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]