Re: secure a queue in Activemq

2013-03-05 Thread Christian Posta
So even with DMLC you have to set/inject a connection factory. On Tue, Mar 5, 2013 at 12:43 PM, Vandy wrote: > Hi > > Thanks for the response. > > In authorization map , I have used one group which can read from the queue > and anorther group which can write to queue. > I am able to configure t

Re: secure a queue in Activemq

2013-03-05 Thread Vandy
Hi Thanks for the response. In authorization map , I have used one group which can read from the queue and anorther group which can write to queue. I am able to configure the username/password for writing to queue using UserCredentialsConnectionFactoryAdapter with jmstemplate. I am not able to f

Re: secure a queue in Activemq

2013-03-04 Thread Christian Posta
You'll want to set the un/pw on the connection factory. If you're using spring, it's a property of the connection-factory bean On Fri, Mar 1, 2013 at 5:47 PM, Vandy wrote: > Hi > I am using ActiveMQ 5.8.0 > I have configured a queue and want to secure the publishers that are > sending > message