Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0E5210111 for ; Tue, 20 Aug 2013 20:46:54 +0000 (UTC) Received: (qmail 25513 invoked by uid 500); 20 Aug 2013 20:46:53 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 25476 invoked by uid 500); 20 Aug 2013 20:46:53 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 25422 invoked by uid 99); 20 Aug 2013 20:46:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 20:46:53 +0000 Date: Tue, 20 Aug 2013 20:46:53 +0000 (UTC) From: "Justin Ross (JIRA)" To: dev@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (QPID-2591) Extend C++ URL syntax to support ssl and rdma MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/QPID-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Ross updated QPID-2591: ------------------------------ Fix Version/s: 0.8 > Extend C++ URL syntax to support ssl and rdma > --------------------------------------------- > > Key: QPID-2591 > URL: https://issues.apache.org/jira/browse/QPID-2591 > Project: Qpid > Issue Type: Improvement > Components: C++ Broker, C++ Client > Affects Versions: 0.7 > Reporter: Alan Conway > Assignee: Alan Conway > Fix For: 0.8 > > > In order to support SSL and RDMA connections in cluster updates, and also to be compatible with the "user/passwd@" extension introduced by the new API I propose to extend the C++ URL format as follows: > url = ["amqp:"][ user ["/" password] "@" ] protocol_addr *("," protocol_addr) > protocol_addr = tcp_addr / rmda_addr / ssl_addr / .. others plug-in > tcp_addr = ["tcp:"] host [":" port] > rdma_addr = "rdma:" host [":" port] > ssl_addr = "ssl:" host [":" port] > (Using ABNF notation as per http://tools.ietf.org/html/rfc5234) > This is backward compatbile with the existing URL format which is from the AMQP 0-10 spec. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org For additional commands, e-mail: dev-help@qpid.apache.org