Bug 594738

Summary: qpid C++ URL syntax extended.
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: Messaging_Programming_ReferenceAssignee: Alison Young <alyoung>
Status: CLOSED CURRENTRELEASE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: betaCC: alyoung
Target Milestone: 1.3Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-17 02:21:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Conway 2010-05-21 13:20:33 UTC
The URL syntax for C++ URLs has been extended
 - amqp: prefix now optional
 - user/password@ added
 - support for rdma, ssl and other future plug-in protocols added

The same URL syntax is now used for new API clients and for cluster URLs
The URL grammer is 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]

Comment 1 Jonathan Robie 2010-09-01 22:11:20 UTC
Fixed in User's Guide.

Comment 2 Alison Young 2011-03-17 02:21:30 UTC
Closed as fix already implemented