6 Replies Latest reply on Nov 18, 2008 6:18 AM by poonamagarwal

    Session.createQueue()/createTopic()

    ovidiu.feodorov

      createQueue()/createTopics() are not provided for creating destinations on the server, but creating destination identities "for the rare cases where clients need to dynamically manipulate queue identity". I don't think the methods should create physical destinations. JMS javadoc specifically says it shouldn't, anyway. I modified the code accordingly.