summaryrefslogtreecommitdiff
path: root/src/documentation/content/xdocs/0.10 Connection URL Format.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/content/xdocs/0.10 Connection URL Format.html')
-rwxr-xr-xsrc/documentation/content/xdocs/0.10 Connection URL Format.html107
1 files changed, 107 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/0.10 Connection URL Format.html b/src/documentation/content/xdocs/0.10 Connection URL Format.html
new file mode 100755
index 0000000000..7f2e04ba81
--- /dev/null
+++ b/src/documentation/content/xdocs/0.10 Connection URL Format.html
@@ -0,0 +1,107 @@
+<html>
+ <head>
+ <title>Apache Qpid : 0.10 Connection URL Format</title>
+ <link rel="stylesheet" href="styles/site.css" type="text/css" />
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+
+ <body>
+ <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
+ <tr>
+ <td valign="top" class="pagebody">
+ <div class="pageheader">
+ <span class="pagetitle">
+ Apache Qpid : 0.10 Connection URL Format
+ </span>
+ </div>
+ <div class="pagesubheading">
+ This page last changed on Jan 30, 2008 by <font color="#0050B2">asimon</font>.
+ </div>
+
+ <div class="preformatted"><div class="preformattedContent">
+<pre>qpid:[&lt;property&gt;=&lt;value&gt;[;&lt;property&gt;=&lt;value&gt;]]@&lt;transport&gt;:&lt;host&gt;[:&lt;port&gt;]
+</pre>
+</div></div>
+
+<h4><a name="0.10ConnectionURLFormat-Currentlyhandledproperties"></a>Currently handled properties</h4>
+
+<table class='confluenceTable'><tbody>
+<tr>
+<th class='confluenceTh'>Option</th>
+<th class='confluenceTh'>Default</th>
+<th class='confluenceTh'>Description</th>
+</tr>
+<tr>
+<td class='confluenceTd'>virtualhost</td>
+<td class='confluenceTd'>""</td>
+<td class='confluenceTd'>Set the virtual host to be used (this is currently not supported by the 0.10 c++ broker</td>
+</tr>
+<tr>
+<td class='confluenceTd'>username</td>
+<td class='confluenceTd'>guest</td>
+<td class='confluenceTd'>The user name for the client.</td>
+</tr>
+<tr>
+<td class='confluenceTd'>password</td>
+<td class='confluenceTd'>guest</td>
+<td class='confluenceTd'>The password used for creating a connection.</td>
+</tr>
+<tr>
+<td class='confluenceTd'>client_id</td>
+<td class='confluenceTd'>auto-generated</td>
+<td class='confluenceTd'>The client identifier used for creating a connection.</td>
+</tr>
+</tbody></table>
+
+<h4><a name="0.10ConnectionURLFormat-Currentlyhandledtransports"></a>Currently handled transports</h4>
+
+<p>Currently only 'tcp' transport is supported. 'tls' will however be supported and additional properties like 'keystore' and 'keystorelocation' will be added. The 'vm' transport should also be supported when a 0.10 Java broker will be available. </p>
+
+<table class='confluenceTable'><tbody>
+<tr>
+<th class='confluenceTh'>Option</th>
+<th class='confluenceTh'>Default</th>
+<th class='confluenceTh'>Description</th>
+</tr>
+<tr>
+<td class='confluenceTd'>tcp</td>
+<td class='confluenceTd'>true</td>
+<td class='confluenceTd'>Use a TCP connection</td>
+</tr>
+<tr>
+<td class='confluenceTd'>tls</td>
+<td class='confluenceTd'>false</td>
+<td class='confluenceTd'>Use a tls connection</td>
+</tr>
+</tbody></table>
+
+<h4><a name="0.10ConnectionURLFormat-Hostport"></a>Host port</h4>
+
+<p>The default host port used is 5672 for 'tcp'. </p>
+
+<h4><a name="0.10ConnectionURLFormat-Failover"></a>Failover </h4>
+
+<p>It is planned to introduce a failover property for controlling how failover occurs when presented with a list of brokers. This is however not yet supported. </p>
+
+<h3><a name="0.10ConnectionURLFormat-SampleURLs"></a>Sample URLs </h3>
+<div class="preformatted"><div class="preformattedContent">
+<pre>qpid:@tcp:myHost
+qpid:client_id=myClientIDpassword=myPassword;username=myUsername@tcp:myHost:5644
+</pre>
+</div></div>
+
+
+
+ </td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
+ </tr>
+ <tr>
+ <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file