Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06604106DE for ; Sun, 5 Jan 2014 03:29:23 +0000 (UTC) Received: (qmail 77188 invoked by uid 500); 5 Jan 2014 03:29:22 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 77147 invoked by uid 500); 5 Jan 2014 03:29:21 -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 77137 invoked by uid 99); 5 Jan 2014 03:29:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jan 2014 03:29:19 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jan 2014 03:29:15 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VzeO5-00058i-2x for users@activemq.apache.org; Sat, 04 Jan 2014 19:28:29 -0800 Date: Sat, 4 Jan 2014 19:28:14 -0800 (PST) From: artnaseef To: users@activemq.apache.org Message-ID: <1388892493990-4676016.post@n4.nabble.com> In-Reply-To: References: <1388392872440-4675895.post@n4.nabble.com> Subject: Re: EndPoint URI issue MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Assuming there are two different brokers in your setup - one for DEV and one for INT... It sounds like both producer endpoints are sending to the same broker (DEV) - can you confirm that? If so, the connection factory setup for the "activemq" component defines the broker to which the endpoint is connecting. To have one camel context use two different brokers, you'll need two different component configurations, such as "activemq1" and "activemq2". Regardless of the number of brokers - try checking the camel configuration at runtime using an MBean browser. You should be able to confirm the endpoints for the routes, and also confirm that messages are passing through the correct routes. -- View this message in context: http://activemq.2283324.n4.nabble.com/EndPoint-URI-issue-tp4675895p4676016.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.