On Mon, 2011-03-14 at 06:46 -0700, mayank wrote: > I am a .Net developer and is trying to use ActiveMQ from .Net. I am just > starting to use ActiveMQ and is stuck at one place. I wanted to know if it > is possible to specify separate UID/Password for separate queues or topics. > If yes, then how do I go about doing that. >
User Id and Password are provided at connection creation and can't be given per topic or per queue, you can configure security settings in the broker for different topics and queues on a per user basis. See: http://activemq.apache.org/security.html Regards -- Tim Bish ------------ FuseSource Email: [email protected] Web: http://fusesource.com Twitter: tabish121 Blog: http://timbish.blogspot.com/
