"kiran222" wrote : 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" | You don't actualy need two queue's. You could create a cluster using HA-JMS. This cluster provides automaticly fail-over.
anonymous wrote : | 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. | Same thing here,... Do you realy need to return the queue's using a round-robin style? Or do you want your messages to be distributed using a load-balancing style? If the latter, if you use HA-JMS, again you get fail-over for free. You also get load-balancing for free. anonymous wrote : | 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. | Again this is provided by HA-JMS. anonymous wrote : | 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. | I believe that since JBoss 3.2.4 these features are available. For more information look here: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA 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=3869166#3869166 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869166 ------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
