Documentation of C++ Messaging connection URL?

2014-02-07 Thread Chuck Rolke
I'm writing a how-to document for the Apache.NMS.AMQP Provider (a .NET subsystem to provide AMQP support to http://activemq.apache.org/nms/). I'm looking for a pointer to a description of the C++ Messaging API connection URL. The C++ connection options are easy enough to find:

Re: Documentation of C++ Messaging connection URL?

2014-02-07 Thread Gordon Sim
On 02/07/2014 03:00 PM, Chuck Rolke wrote: I'm writing a how-to document for the Apache.NMS.AMQP Provider (a .NET subsystem to provide AMQP support to http://activemq.apache.org/nms/). I'm looking for a pointer to a description of the C++ Messaging API connection URL. The C++ connection

Re: Documentation of C++ Messaging connection URL?

2014-02-07 Thread Fraser Adams
Hi Chuck, I think that the http://qpid.apache.org/releases/qpid-0.24/programming/book/connection-options.html book is indeed where most people would tend to look, but it's not quite complete The qpid::messaging API doxygen docs

Re: Documentation of C++ Messaging connection URL?

2014-02-07 Thread Gordon Sim
On 02/07/2014 03:43 PM, Fraser Adams wrote: I do rather wonder that for AMQP 1.0 if the URL could be improved to accept something like: amqp://[user][:password@][proto:]host[:port] I think for consistency it would be better to drop the proto part and use amqp/amqps as the scheme there.

Re: Documentation of C++ Messaging connection URL?

2014-02-07 Thread Fraser Adams
On 07/02/14 16:00, Gordon Sim wrote: On 02/07/2014 03:43 PM, Fraser Adams wrote: I do rather wonder that for AMQP 1.0 if the URL could be improved to accept something like: amqp://[user][:password@][proto:]host[:port] I think for consistency it would be better to drop the proto part and use

Re: Documentation of C++ Messaging connection URL?

2014-02-07 Thread Chuck Rolke
From: Fraser Adams fraser.ad...@blueyonder.co.uk Sent: Friday, February 7, 2014 10:43:06 AM Note that for qpid::messaging this stuff is all in the connection options, the actual URL is usually just set as just a basic host:port, though actually I *think* that it is an AMQP 0.10 URL and you

Re: Documentation of C++ Messaging connection URL?

2014-02-07 Thread Andrew Stitcher
On Fri, 2014-02-07 at 16:48 +, Fraser Adams wrote: ... TBH I mainly mentioned it because when I was going through my exercise of trying out various AMQP 1.0 subscribers I was starting to find the: --connection-options {protocol:amqp1.0} A little bit less aesthetically pleasing than