2 Replies Latest reply on Nov 12, 2004 2:45 AM by charleswong8

    Connection not autorized to addMessages to destination

    charleswong8

      I got the following error when sending a JMS to a queue with a username and password:

      "javax.jms.JMSSecurityException: Connection not autorized to addMessages to destination: MY_QUEUE"

      I did cofigure jboss-service.xml as follows:


      <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager
      <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager








      Anyone knows how to solve the problem? Thanks.