fregg [https://community.jboss.org/people/fregg] created the discussion

"JBossMessaging(1.4) HA Singleton"

To view the discussion, visit: https://community.jboss.org/message/761042#761042

--------------------------------------------------------------
Hello,

I want my messaging to work in active-passive mode. I want to have HA, but I 
don't want the queue to be distributed on many nodes. 
Why? During failover, when one node is down the other tries to get the messages 
from it. This operation can take huge amount of time, because it includes 
transcription from one channel to another and I have hundred of thousand 
messages(or even more).
That's why I just want to have one working node and in case of its crash the 
other one starts up and just load the messages. Node should have the same node 
id,because in other case there are multiple channels for the same queue.
Here my questions:
What are thre perils of this approach? 
How to configure the client?
Is there a better approach?

Best,
F
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/761042#761042]

Start a new discussion in JBoss Messaging at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to