Thanks Alan. I hope this is supported in 0.5. Thanks, Danushka 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] > > -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company"
