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 A187A1043F for ; Mon, 18 Nov 2013 16:05:01 +0000 (UTC) Received: (qmail 31801 invoked by uid 500); 18 Nov 2013 16:05:00 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 31770 invoked by uid 500); 18 Nov 2013 16:05: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 31760 invoked by uid 99); 18 Nov 2013 16:05:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 16:05:00 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 16:04:55 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAIG4XNK017425 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Nov 2013 11:04:33 -0500 Received: from [10.36.116.57] (ovpn-116-57.ams2.redhat.com [10.36.116.57]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rAIG4WQQ012102 for ; Mon, 18 Nov 2013 11:04:32 -0500 Message-ID: <528A3AEF.7010908@redhat.com> Date: Mon, 18 Nov 2013 16:06:07 +0000 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Matt Parsons (USA), Charlie Peters (USA), Paul Hickey (Ireland) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@activemq.apache.org Subject: Re: Does AMQP supports ActiveMQ failover options in URL ?? References: <1384770455619-4674606.post@n4.nabble.com> <528A0D85.30201@redhat.com> <1384787652100-4674629.post@n4.nabble.com> In-Reply-To: <1384787652100-4674629.post@n4.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Virus-Checked: Checked by ClamAV on apache.org On 11/18/2013 03:14 PM, xbhanu wrote: > So ActiveMQ failover://() will not work with ActiveMQ? right ? -- > failover://(amqp://host:port) will not work ? (it anyways gives me > malformedURL exceptions) The ActiveMQ failover transport syntax won't work with the QPid AMQP 1.0 JMS client. > I am using the qpid provided API (qpid-amqp-1-0-client-jms-0.22.jar). That client does not offer any inbuilt failover/reconnection function. > ActiveMQ does not consider the sasl_mechs or any brokerlist options? I believe that only PLAIN (and ANONYMOUS) are supported by ActiveMQ at present, but perhaps someone else can confirm that? > I > thought maybe I could use kerberos support with aMQP in ActiveMQ, but doest > look like I would be able to do so. Your valuable thoughts please?