Hello All
     I am implementing JMS using NON-JNDI connectivity . Now i want to test
it with ActiveMQ server. I have one query here. In the following piece of
code
ActiveMQConnectionFactory connectionFactory = new
ActiveMQConnectionFactory(user, password, url);
where do we set the user and password for the connection Factory on the
active mq server. By default it works fine and takes some DEFAULT USERID and
PASSWORD. But if i need to create new user and grant him rights , how can  i
achieve this. 
    There is one more thing. When i create a queueConnection 
     connectionfactory.createQueueConnection(usr,pwd);
How is this usr different from the first one. ? Using JNDI i know the first
credentials and principals are used to authenticate JNDI and the other
params are for further authentication of the connection and queues.
Does anyone worked on it earlier? 
Thanks
pankaj
-- 
View this message in context: 
http://www.nabble.com/Setting-Authentication-in-Active-MQ-tp15332966s2354p15332966.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to