3 Replies Latest reply on Aug 21, 2004 4:26 AM by rchamarthy

    Message Driven Beans- Is the Clustering support avalilable ?

    scsbatu

      Hi

      I have found that For Message Driven Beans the Clustering Support is not available in the JBoss Clustering by SACHA LABOUREY,BILL BURKE which is written for JBoss 3.x.x Is there are New version of JBoss which has the clustering capabilities for the Message Driven Beans

      Thanks and Regard
      Suraj

        • 1. Re: Message Driven Beans- Is the Clustering support avalilab
          leomad6

          hey Suraj

          try Jboss-3.2.5

          Madhu

          • 2. Re: Message Driven Beans- Is the Clustering support avalilab
            scsbatu

            Thax Madu,
            Now I have a new problem, when I when i put the new queue in to the farm folder it gives and error.

            MBeans waiting for other MBeans:
            ObjectName: jboss.j2ee:jndiName=local/SimpleJMS2_SimpleWebService,plugin=pool,service=EJB
            state: DESTROYED
            I Depend On:
            Depends On Me:
            ObjectName: jboss.j2ee:binding=message-driven-bean,jndiName=local/SimpleJMS2_SimpleWebService,plugin=invoker,service=EJB
            state: DESTROYED
            I Depend On:
            Depends On Me:
            ObjectName: jboss.mq.destination:service=Queue,name=SimpleJMS2Queue
            state: CONFIGURED
            I Depend On: jboss.mq:service=DestinationManager

            Depends On Me:

            MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
            ObjectName: jboss.j2ee:binding=message-driven-bean,jndiName=local/SimpleJMS2_SimpleWebService,plugin=invoker,service=EJB
            state: DESTROYED
            I Depend On:
            Depends On Me:
            ObjectName: jboss.mq:service=DestinationManager
            state: NOTYETINSTALLED
            I Depend On:
            Depends On Me: jboss.mq.destination:service=Queue,name=SimpleJMS2Queue

            ObjectName: jboss.j2ee:jndiName=local/SimpleJMS2_SimpleWebService,plugin=pool,service=EJB
            state: DESTROYED
            I Depend On:
            Depends On Me:

            Also even the default queues like A,B ..etc are created only on the first node.Other nodes are note creating any nodes

            • 3. Re: Message Driven Beans- Is the Clustering support avalilab
              rchamarthy

              Hey Suraj,

              In 3.2.5 you need to place the hajndi-jms-ds.xml in the farm folder and not the normal jms-ds.xml.

              Also, the JMS is configured to use the HASingleton features, which are found under deploy-hasingleton folder.

              Regards,
              Ravi Chamarthy.