| Apache Qpid > Index > Qpid Java Documentation > URL Formats |
Home
Download
Getting Started
Documentation
Mailing Lists
Issue Reporting
FAQ/How to
Getting Involved
Qpid Integrated with..
Source Repository
Building Qpid
Developer Pages
QMF
People
License
Project Status
Acknowledgments
What is AMQP ?
AMQP Specification Download

There are currently two formats implemented in the Java code base. One is for connection and the other is an exchange binding URL. The URL formats have been designed around the Java URI format. This allows the parsing majority of the parsing work to be handled for us.
The C++ broker uses a different connection URL format and has no binding URL format.
There is a new Url Format Proposal to define a single format for Qpid and also is being submitted to the AMQP working group for standardization.