On 10/21/2009 03:25 PM, Danushka Menikkumbura wrote:
Thanks Alan. I hope this is supported in 0.5.
Thanks,
Danushka
It is. Note that unfortunately it's not the same as the URL format used by Java.
On Thu, Oct 22, 2009 at 12:52 AM, Alan Conway<[email protected]> wrote:
On 10/20/2009 03:04 PM, Danushka Menikkumbura wrote:
Hi Devs,
Please let me know where to find connection URL format for C++.
Thanks and Regards,
Danushka
Here's the BNF:
amqp_url = "amqp:" prot_addr_list
prot_addr_list = [prot_addr ","]* prot_addr
prot_addr = tcp_prot_addr | tls_prot_addr
tcp_prot_addr = tcp_id tcp_addr
tcp_id = "tcp:" | ""
tcp_addr = [host [":" port] ]
host =<as per http://www.ietf.org/rfc/rfc3986.txt>
port = number
It's defined in the amqp 0-10 specification
https://jira.amqp.org/confluence/download/attachments/720900/amqp.0-10.pdf?version=1
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]