You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2009/08/21 18:58:31 UTC

svn commit: r806641 - /qpid/trunk/qpid/cpp/include/qpid/client/Connection.h

Author: jonathan
Date: Fri Aug 21 16:58:31 2009
New Revision: 806641

URL: http://svn.apache.org/viewvc?rev=806641&view=rev
Log:
Added documentation for AMQP 0-10 URL format.

Modified:
    qpid/trunk/qpid/cpp/include/qpid/client/Connection.h

Modified: qpid/trunk/qpid/cpp/include/qpid/client/Connection.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qpid/client/Connection.h?rev=806641&r1=806640&r2=806641&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qpid/client/Connection.h (original)
+++ qpid/trunk/qpid/cpp/include/qpid/client/Connection.h Fri Aug 21 16:58:31 2009
@@ -43,7 +43,21 @@
  *
  * \ingroup clientapi
  *
+ * Some methods use an AMQP 0-10 URL to specify connection parameters.
+ * This is defined in the AMQP 0-10 specification (http://jira.amqp.org/confluence/display/AMQP/AMQP+Specification).
+ *
+ *   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]]>
+ *  
  */
+
 class Connection
 {
     framing::ProtocolVersion version;



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