1 Reply Latest reply on Aug 5, 2002 4:39 AM by pokqwd

    How to create a/b/c/MyQueue

    agoncal

      Hi, I'm new to JBoss (but not to App Servers) and I would like to create several Topics and Queues and have something like that

      a/b/c/MyTopic1
      a/b/c/MyTopic2
      d/e/f/MyQueue1
      d/e/f/MyQueue2

      I went to the Agent View (on port 8082) and on the JBoss service=Server try to create my topics and queues. I've got the following error :

      472 MBean Failure
      The MBean [JBossMQ:service=Server] throws an MBeanException when calling [createTopic]:
      javax.management.MBeanException: Exception thrown in operation start

      Does anybody knows how can I do that ? (BTW I'm using JBoss 2.4.4)

      Thanks

      Antonio

        • 1. Re: How to create a/b/c/MyQueue
          pokqwd

          It seems to me the problem is in the slashes, I have had the same (if you would look further lines in your log, you will probably read something like "can't create MyQueue, NamingException, a/b/c is not bound"). Try to use one-level names, like a_b_c_MyQueue

          -=jbk=-