Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 79547 invoked from network); 7 Feb 2008 14:55:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 14:55:19 -0000 Received: (qmail 96046 invoked by uid 500); 7 Feb 2008 14:55:10 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 96025 invoked by uid 500); 7 Feb 2008 14:55:10 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 96002 invoked by uid 99); 7 Feb 2008 14:55:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 06:55:10 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 14:54:39 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JN89G-0003l2-H3 for users@activemq.apache.org; Thu, 07 Feb 2008 06:54:46 -0800 Message-ID: <15335371.post@talk.nabble.com> Date: Thu, 7 Feb 2008 06:54:46 -0800 (PST) From: ttmdev To: users@activemq.apache.org Subject: Re: Setting Authentication in Active MQ In-Reply-To: <15334877.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: joe.fernandez@ttmsolutions.com References: <15332966.post@talk.nabble.com> <36e91d9d0802070500l134d31f8w640e75d6925a9fa6@mail.gmail.com> <15334877.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org connectionfactory.createQueueConnection(usr,pwd) is simply overriding the userid and password that was assigned to the connectionfactory when it was instantiated via its ActiveMQConnectionFactory(user, password, url) constructor. AFAIK, you cannot dynamically add users; the default broker security plugin works of a static list of users. However, one could develop a new plugin that supports runtime updates. Joe www.ttmsolutions.com pangupta wrote: > > Hi Dejan Thanks a lot for quick response. I have already gone through this > article. But could not get much.Earlier i have worked on jms with weblogic > . There we can directly create a user using the ui. I was looking for > something similar in ActiveMQ.Further this article does not tells us the > difference between the two users. One which is used for > ActiveMQConnectionFactory and the other one for createQueueConnection. > Regards > pankaj > take a look at this article > > http://activemq.apache.org/security.html > > -- > Dejan Bosanac > www.scriptinginjava.net > > > On Feb 7, 2008 1:39 PM, pangupta wrote: >> >> 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. >> >> > > > ----- > Dejan Bosanac > www.scriptinginjava.net > -- View this message in context: http://www.nabble.com/Setting-Authentication-in-Active-MQ-tp15332966s2354p15335371.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.