2 Replies Latest reply on Oct 11, 2005 1:47 AM by lordbritish

    DestinationManager not yet installed

    gkiplinger2001

      I am using JBoss version 4.0.1 and trying to use JMS queues.

      I have my queues defined in a file under the deploy directory of my configuration called myqueue-service.xml, with entries like the following:

      <mbean code="org.jboss.mq.server.jmx.Queue"
      name="jboss.mq.destination:service=Queue,name=testQueue">
      <depends optional-attribute-name="DestinationManager">
      jboss.mq:service=DestinationManager</depends>
      </mbean>


      I copied my configuration from the "all" configuration so that I would have everything including (hopefully) JMS.

      When I start my JBoss server, it lists all my queues and then this error message:

      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.mq:service=DestinationManager
      state: NOTYETINSTALLED

      Attempts to send a message to the queue fail. Also, I noticed that the Getting Started guide says to use the jmx-console and click on the DestinationManager under jms.mq, but I don't have a link for DestinationManager. How does the DestinationManager get installed/configured?

      Any suggestions would be most appreciated,
      Thanks!

        • 1. Re: DestinationManager not yet installed
          darranl

          Using the all configuration are you running as part of a cluster or is it an issolated node?

          JMS is only deployed on one of the nodes in a cluster so this could be a possible reason for the lack of the destination manager.

          When you copied the all configuration did you copy all of the folders or just some of them?

          • 2. Re: DestinationManager not yet installed
            lordbritish

            I have the same problem with the Destination Manager.

            How does the cluster determine which server gets the JMS deployed?

            Is it merely the first server started in the cluster that gets the HA-JMS provider installed?

            Or do you designate one????

            I find the lack of documentation disturbing or am I simply not reading everything.