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 E631A10916 for ; Mon, 12 Aug 2013 10:11:42 +0000 (UTC) Received: (qmail 5410 invoked by uid 500); 12 Aug 2013 10:11:42 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 4972 invoked by uid 500); 12 Aug 2013 10:11:42 -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 4964 invoked by uid 99); 12 Aug 2013 10:11:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 10:11:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of rob.percival87@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 10:11:35 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V8oFt-00071w-BY for users@activemq.apache.org; Mon, 12 Aug 2013 02:17:37 -0700 Date: Mon, 12 Aug 2013 02:17:22 -0700 (PDT) From: RJPercival To: users@activemq.apache.org Message-ID: <1376299042056-4670274.post@n4.nabble.com> Subject: AMQP Bridge 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've been attempting to configure a static bridge between two brokers (I want any messages received on a local broker to immediately be forwarded to a remote broker if it's available). If I use OpenWire, i.e. a "static:(tcp://1.2.3.4:61616)" URL, it works, but if I change that URL to "static:(amqp://1.2.3.4:5672)" in order to use AMQP it doesn't. This is a problem because, in the production environment, the remote broker is out of my control and only accepts AMQP connections. Is this a supported configuration or is OpenWire the only way to have a static bridge? -- View this message in context: http://activemq.2283324.n4.nabble.com/AMQP-Bridge-tp4670274.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.