1 Reply Latest reply on May 6, 2002 6:48 PM by mryb

    Dynamically created topics not bound in JNDI?

    mryb

      It doesn't appear that dynamically created topics are bound in JNDI. Can someone tell me if this is expected behavior?

      (From taking a quick look at the code it is, but I didn't dig too deep.)

      /Thanks

        • 1. Re: Dynamically created topics not bound in JNDI?
          mryb

          What I'm seeing appears to be a bug:

          If you have a listener listening on a dynamically created topic, and another listener comes along and deletes it, it is removed from jndi but not destroyed because an exception is thrown ( Stopping failed
          javax.jms.JMSException: The destination is being used.)

          Further messages in the server log say its been destroyed, but listing the topics via the jboss.mq.destination server verifies it has not been.

          I'll post this on the dev forum.