1 Reply Latest reply on Sep 28, 2005 7:11 AM by darranl

    where to find the user informations for jms ?

    franklampard


      where or in which file we can find the user informations for JMS ...
      Bcoz i want to add a new user and a password for that user...
      In example i saw a "jbossmq-state.xml" and edited it and even copied it to the server's (/default/conf) directory... But it is not working.... when tried this :

      TopicConnection connection = conFactory.createTopicConnection("newu ser","newpassword");

      i got
      javax.jms.JMSSecurityException: User: newuser is NOT authenticated

      I really dont know where to add the new user & password..