I need to run a 2 node JBoss cluster with the following requirements:

1) Both the nodes will have a Queue with same name. Lets say the name as 
"Purchase Queue"
2) From a client, when I lookup "Purchase Queue", the system should return a 
Queue from any one of the two nodes in a Round-Robin fashion. Doesn't matter if 
it is Round Robin or some other load balancing mechanism.
3) If the client is sending a message to the Queue on Node 1, and the Node 1 
happens to crash, the client should (fail-over) send the same message to Node 2.

The simple question is:
Which version of JBoss supports both #2 and #3 requirements? I am so confused 
going over various Forums that one supports one feature and the other does not.

If there is one topic that discussed these already, a pointer to that is highly 
appreciated.

I am a fan of open-source solutions. Unfortunately, our team is already looking 
into other commercial solutions since we could not get any definitive answer 
with JBoss.

Have fun!
Kiran



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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to