5 Replies Latest reply on Nov 10, 2010 5:18 AM by magiccreative

    Jboss 4.2.2 clustered application + jms ha queue - how?

    magiccreative

      Hi,

       

      we have an application using Jms. It runs perfectly in the default configuration. When we use the all configuration and start two nodes - the first node starts and works perfectly fine. The second node however starts with exception :

       

                              Caused by: javax.naming.NameNotFoundException: queue not bound

       

      and on this second node the queue is not available.

       

      If we take down the first node, the second with the exception earlier would overtake and register the queue. The queue would work there but next time a node is started it will have no access to the jms queue. The situation is described here:

       

                               http://community.jboss.org/message/362824

       

      What I would like to have is all nodes to have access to a cluster wide queue instance. If the master node with the queue running goes down another one to overtake it.

       

      Cheers