|
Size: 554
Comment:
|
← Revision 5 as of 2009-09-20 23:51:28 ⇥
Size: 554
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| * ["ConnectionURLFormat"] - The format used to describe a connection. * ["BindingURLFormat"] - The format used for creating bindings within and to a broker. |
* [[ConnectionURLFormat]] - The format used to describe a connection. * [[BindingURLFormat]] - The format used for creating bindings within and to a broker. |
MIGRATED to http://cwiki.apache.org/confluence/display/qpid/URL+Formats
URL Format for connections and binding
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.
ConnectionURLFormat - The format used to describe a connection.
BindingURLFormat - The format used for creating bindings within and to a broker.