You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Danushka Menikkumbura <da...@wso2.com> on 2009/10/20 21:04:14 UTC

C++ URL Format

Hi Devs,
Please let me know where to find connection URL format for C++.

Thanks and Regards,
Danushka

-- 
Danushka Menikkumbura
Technical Lead, WSO2 Inc.

blog : http://danushka-menikkumbura.blogspot.com/

http://wso2.com/ - "The Open Source SOA Company"

Re: C++ URL Format

Posted by Alan Conway <ac...@redhat.com>.
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<ac...@redhat.com>  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:dev-subscribe@qpid.apache.org
>>
>>
>
>


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: C++ URL Format

Posted by Danushka Menikkumbura <da...@wso2.com>.
Thanks Alan. I hope this is supported in 0.5.
Thanks,
Danushka

On Thu, Oct 22, 2009 at 12:52 AM, Alan Conway <ac...@redhat.com> 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:dev-subscribe@qpid.apache.org
>
>


-- 
Danushka Menikkumbura
Technical Lead, WSO2 Inc.

blog : http://danushka-menikkumbura.blogspot.com/

http://wso2.com/ - "The Open Source SOA Company"

Re: C++ URL Format

Posted by Alan Conway <ac...@redhat.com>.
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:dev-subscribe@qpid.apache.org