Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 46815 invoked from network); 17 Dec 2010 05:49:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 05:49:01 -0000 Received: (qmail 14485 invoked by uid 500); 17 Dec 2010 05:49:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 14371 invoked by uid 500); 17 Dec 2010 05:49:00 -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 14363 invoked by uid 99); 17 Dec 2010 05:48:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 05:48:59 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of archa_bhandare@persistent.co.in does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 05:48:52 +0000 Received: from joe.nabble.com ([192.168.236.151]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PTTB9-0000dP-VA for users@activemq.apache.org; Thu, 16 Dec 2010 21:48:31 -0800 Date: Thu, 16 Dec 2010 21:48:31 -0800 (PST) From: archa To: users@activemq.apache.org Message-ID: <1292564911955-3092113.post@n4.nabble.com> Subject: How to setup multiple queues MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I m using 'apache-activemq-5.1.0' and have one producer and one consumer in my application. The ActiveMq conf file has the following setting When our consumer starts, the messageBroker it connects to is ######## ActiveMQ Broker URL######### MSGBROKER=tcp://localhost:61616?wireFormat.maxInactivityDuration=0 Now I want 2 queues to be set and 2 consumers.. How do I setup 2 queues? Is there some mechanism by which I can start say 2 queues with different name or something on the same node. I want these to be active when I start the consumer. Is it possible? -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-setup-multiple-queues-tp3092113p3092113.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.