You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2013/07/11 22:13:32 UTC

svn commit: r1502347 [9/13] - in /qpid/site: ./ docs/ docs/components/cpp-broker-tools/ docs/components/cpp-broker/ docs/components/java-broker/ docs/components/messaging-api/ docs/components/messenger/ docs/components/messenger/book/ docs/components/p...

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Handling-Undeliverable-Messages.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>12.5.&#160;Handing Undeliverable Messages</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>12.5.&#160;Handing Undeliverable Messages</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">12.5.&#160;Handing Undeliverable Messages</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;12.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-High-Availability.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Runtime-Handling-Undeliverable-Messages"></a>12.5.&#160;Handing Undeliverable Messages</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Handling-Undeliverable-Messages-Introduction"></a>12.5.1.&#160;Introduction</h3></div></div></div><p> Messages that cannot be delivered successfully to a consumer (for instance, becaus
 e the
    client is using a transacted session and rolls-back the transaction) can be made available on
    the queue again and then subsequently be redelivered, depending on the precise session

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime-Producer-Transaction-Timeout.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>12.4.&#160;Producer Transaction Timeout</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>12.4.&#160;Producer Transaction Timeout</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">12.4.&#160;Producer Transaction Timeout</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Runtime-Disk-Space-Management.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;12.&#160;Runtime</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout"></a>12.4.&#160;Producer Transaction Timeout</h2></div></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Runtime-Producer-Transaction-Timeout-GeneralInformation"></a>12.4.1.&#160;General Information</h3></div></div></div><p> The transaction timeout mechanism is used to control broker reso
 urces when clients
    producing messages using transactional sessions hang or otherwise become unresponsive, or simply
    begin a transaction and keep using it without ever calling <a class="ulink" href="http://docs.oracle.com/javaee/6/api/javax/jms/Session.html#commit" target="_top">Session#commit()</a>.</p><p>Users can choose to configure an idleWarn or openWarn threshold, after which the identified

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Runtime.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;12.&#160;Runtime</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;12.&#160;Runtime</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Chapter&#160;12.&#160;Runtime</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security-SSL.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Alerts.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Runtime"></a>Chapter&#160;12.&#160;Runtime</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="Java-Broker-Runtime.html#Java-Broker-Runtime-Log-Files">12.1. Log Files</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Alerts.html">12.2. Alerts</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html">12.3. Disk Spa
 ce Management</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Disk-Space-Management.html#Qpid-Producer-Flow-Control">12.3.1. Producer Flow Control</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html">12.4. Producer Transaction Timeout</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-GeneralInformation">12.4.1. General Information</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Purpose">12.4.2. Purpose</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Scope">12.4.3. Scope</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-
 Broker-Runtime-Producer-Transaction-Timeout-Effect">12.4.4. Effect</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Producer-Transaction-Timeout.html#Java-Broker-Runtime-Producer-Transaction-Timeout-Configuration">12.4.5. Configuration</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html">12.5. Handing Undeliverable Messages</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Introduction">12.5.1. Introduction</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Maximum-Delivery-Count">12.5.2. Maximum Delivery Count</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Dead-Lette
 r-Queues">12.5.3. Dead Letter Queues (DLQ)</a></span></dt><dt><span class="section"><a href="Java-Broker-Runtime-Handling-Undeliverable-Messages.html#Java-Broker-Runtime-Handling-Undeliverable-Messages-Configuration">12.5.4. Configuration</a></span></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Runtime-Log-Files"></a>12.1.&#160;Log Files</h2></div></div></div></div></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Security-SSL.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Runtime-Alerts.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">11.4.&#160;SSL&#160;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td align="right" valign="top" width="40%">&#160;12.2.&#160;Alerts</
 td></tr></table></div></div>
       </div>
       <div id="bottom">

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-ACLs.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-ACLs.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-ACLs.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-ACLs.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>11.3.&#160;Access Control Lists</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>11.3.&#160;Access Control Lists</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">11.3.&#160;Access Control Lists</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security-Group-Providers.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;11.&#160;Security</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security-SSL.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Security-ACLs"></a>11.3.&#160;Access Control Lists</h2></div></div></div><p>
     In Qpid, Access Control Lists (ACLs) specify which actions can be performed by each authenticated user.
     To enable, an <span class="emphasis"><em>Access Control Provider</em></span> needs to be configured on the <span class="emphasis"><em>Broker</em></span>

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-Group-Providers.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-Group-Providers.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-Group-Providers.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-Group-Providers.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>11.2.&#160;Group Providers</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>11.2.&#160;Group Providers</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">11.2.&#160;Group Providers</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;11.&#160;Security</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security-ACLs.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Security-Group-Providers"></a>11.2.&#160;Group Providers</h2></div></div></div><p>
     The Java broker utilises GroupProviders to allow assigning users to groups for use in <a class="link" href="Java-Broker-Security-ACLs.html" title="11.3.&#160;Access Control Lists">ACLs</a>.
     Following authentication by a given <a class="link" href="Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers" title="11.1.&#160;Authentication Providers">Authentication Provider</a>,

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-SSL.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-SSL.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-SSL.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security-SSL.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>11.4.&#160;SSL</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>11.4.&#160;SSL</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">11.4.&#160;SSL</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Security-ACLs.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;11.&#160;Security</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Runtime.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Security-SSL"></a>11.4.&#160;SSL</h2></div></div></div><p>
         This section guides through the details of configuration of Keystores and Trsustores
         required for enabling of SSL transport and Client Certificate Authentication on Broker ports.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Security.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;11.&#160;Security</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;11.&#160;Security</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Chapter&#160;11.&#160;Security</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-HA-BDB-Store.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security-Group-Providers.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Security"></a>Chapter&#160;11.&#160;Security</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Authentication-Providers">11.1. Authentication Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-LDAP-Provider">11.1.1. Simple LDAP Authentication P
 rovider</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Kerberos-Provider">11.1.2. Kerberos</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-External-Provider">11.1.3. External (SSL Client Certificates)</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Anonymous-Provider">11.1.4. Anonymous</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-PlainPasswordFile-Provider">11.1.5. Plain Password File</a></span></dt><dt><span class="section"><a href="Java-Broker-Security.html#Java-Broker-Security-Base64MD5PasswordFile-Provider">11.1.6. Base64MD5 Password File</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html">11.2. Group Providers</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-Group-Providers.html#File-Group-Manager">11.
 2.1. GroupFile Provider</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Security-ACLs.html">11.3. Access Control Lists</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Security-ACLs.html#Java-Broker-Security-ACLs-WriteACL">11.3.1. 
        Writing .acl files
     </a></span></dt><dt><span class="section"><a href="Java-Broker-Security-ACLs.html#Java-Broker-Security-ACLs-Syntax">11.3.2. 

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store-Configuration.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store-Configuration.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store-Configuration.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store-Configuration.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.4.&#160;Configuring BDBMessageStore</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.4.&#160;Configuring BDBMessageStore</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.4.&#160;Configuring BDBMessageStore</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-Memory-Store-Configuration.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-BDBHA-Store-Configuration.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-BDB-Store-Configuration"></a>14.4.&#160;Configuring BDBMessageStore</h2></div></div></div><p>
           In order to use the BDBMessageStore, you must configure it for each VirtualHost desired by updating the store element
           to specify the associated store class and provide a directory location for the data to be written, as shown below.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDB-Store.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.4.&#160;BDB Message Store</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.4.&#160;BDB Message Store</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.4.&#160;BDB Message Store</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-SQL-Store.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;Virtual Host Message Stores</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-HA-BDB-Store.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-BDB-Store"></a>10.4.&#160;BDB Message Store</h2></div></div></div><p>
     The Java broker has an <span class="emphasis"><em>optional</em></span> message store implementation backed by Oracle BDB JE.
     This section will detail where to download the optional dependency from, how to add it to the broker installation,

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDBHA-Store-Configuration.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDBHA-Store-Configuration.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDBHA-Store-Configuration.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-BDBHA-Store-Configuration.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.5.&#160;Configuring BDBHAMessageStore</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.5.&#160;Configuring BDBHAMessageStore</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.5.&#160;Configuring BDBHAMessageStore</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-BDB-Store-Configuration.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-Derby-Store-Configuration.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-BDBHA-Store-Configuration"></a>14.5.&#160;Configuring BDBHAMessageStore</h2></div></div></div><p>See <a class="xref" href="Java-Broker-High-Availability-Configuration.html" title="13.5.&#160;Configuring a Virtual Host to be a node">Section&#160;13.5, &#8220;Configuring a Virtual Host to be a node&#8221;</a></p></div><div class="navfooter"><hr /><t
 able summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Stores-BDB-Store-Configuration.html">Prev</a>&#160;</td><td align="center" width="20%"><a accesskey="u" href="Java-Broker-Virtual-Hosts-Configuration-File.html">Up</a></td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Stores-Derby-Store-Configuration.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">14.4.&#160;Configuring BDBMessageStore&#160;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td align="right" valign="top" width="40%">&#160;14.6.&#160;Configuring DerbyMessageStore</td></tr></table></div></div>
       </div>
       <div id="bottom">

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store-Configuration.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store-Configuration.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store-Configuration.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store-Configuration.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.6.&#160;Configuring DerbyMessageStore</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.6.&#160;Configuring DerbyMessageStore</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.6.&#160;Configuring DerbyMessageStore</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-BDBHA-Store-Configuration.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-JDBC-Store-Configuration.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-Derby-Store-Configuration"></a>14.6.&#160;Configuring DerbyMessageStore</h2></div></div></div><p>
           In order to use the DerbyMessageStore, you must configure it for each VirtualHost desired by updating the store element
           to specify the associated store class and provide a directory location for the data to be written, as shown below.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Derby-Store.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.2.&#160;Derby Message Store</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.2.&#160;Derby Message Store</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.2.&#160;Derby Message Store</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;Virtual Host Message Stores</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-SQL-Store.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-Derby-Store"></a>10.2.&#160;Derby Message Store</h2></div></div></div><p>
     The Java broker has a message store implementation backed by Apache Derby.
     This section will detail configuration for using the DerbyMessageStore.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-HA-BDB-Store.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.5.&#160;High Availability BDB Message Store</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.5.&#160;High Availability BDB Message Store</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.5.&#160;High Availability BDB Message Store</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-BDB-Store.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;Virtual Host Message Stores</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Security.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-HA-BDB-Store"></a>10.5.&#160;High Availability BDB Message Store</h2></div></div></div><p>
     The Java broker has an <span class="emphasis"><em>optional</em></span> High Availability message store implementation backed by Oracle BDB JE HA.
     This section references information on where to download the optional dependency from, how to add it to the broker

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-JDBC-Store-Configuration.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-JDBC-Store-Configuration.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-JDBC-Store-Configuration.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-JDBC-Store-Configuration.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.7.&#160;Configuring JDBCMessageStore</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.7.&#160;Configuring JDBCMessageStore</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.7.&#160;Configuring JDBCMessageStore</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-Derby-Store-Configuration.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Configuration-Exchange.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-JDBC-Store-Configuration"></a>14.7.&#160;Configuring JDBCMessageStore</h2></div></div></div><p>
     JDBCMessageStore can be configured on VirtualHost as in example shown below:
     </p><div class="example"><a id="idm252997847376"></a><p class="title"><strong>Example&#160;14.5.&#160;Configuring a VirtualHost to use the JDBCMessageStore</strong></p><div class="example-contents"><pre class="programlisting">

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Memory-Store-Configuration.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Memory-Store-Configuration.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Memory-Store-Configuration.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-Memory-Store-Configuration.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.3.&#160;Configuring MemoryMessageStore</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.3.&#160;Configuring MemoryMessageStore</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.3.&#160;Configuring MemoryMessageStore</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Hosts-Configuration-File-ACL.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-BDB-Store-Configuration.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-Memory-Store-Configuration"></a>14.3.&#160;Configuring MemoryMessageStore</h2></div></div></div><p>
         An example of MemoryMessageStore configuration for a virtual host is shown below:
         </p><div class="example"><a id="idm252997990336"></a><p class="title"><strong>Example&#160;14.1.&#160;Configuring a VirtualHost to use the MemoryMessageStore</strong></p><div class="example-contents"><pre class="programlisting">

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-SQL-Store.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-SQL-Store.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-SQL-Store.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores-SQL-Store.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.3.&#160;SQL Message Store</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>10.3.&#160;SQL Message Store</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">10.3.&#160;SQL Message Store</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-Derby-Store.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;10.&#160;Virtual Host Message Stores</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-BDB-Store.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-SQL-Store"></a>10.3.&#160;SQL Message Store</h2></div></div></div><p>
     The Java broker has a message store implementation backed by JDBC API.
     This section will detail configuration for using the JDBCMessageStore.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Stores.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;10.&#160;Virtual Host Message Stores</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;10.&#160;Virtual Host Message Stores</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Chapter&#160;10.&#160;Virtual Host Message Stores</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Queues.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-Derby-Store.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Stores"></a>Chapter&#160;10.&#160;Virtual Host Message Stores</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="Java-Broker-Stores.html#Java-Broker-Stores-Memory-Store">10.1. Memory Message Store</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-Derby-Store.html">10.2. Derby Message Store</a></span></dt><dt><span class="section"><a hr
 ef="Java-Broker-Stores-SQL-Store.html">10.3. SQL Message Store</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Stores-SQL-Store.html#Java-Broker-Stores-JDBC-Store-Driver">10.3.1. JDBC driver</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Stores-BDB-Store.html">10.4. BDB Message Store</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Stores-BDB-Store.html#Java-Broker-Stores-BDB-Store-BDBJE-Download">10.4.1. Oracle BDB JE download</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-BDB-Store.html#Java-Broker-Stores-BDB-Store-BDBJE-Installation">10.4.2. Oracle BDB JE jar installation</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Stores-HA-BDB-Store.html">10.5. High Availability BDB Message Store</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Stores-HA-BDB-Store.html#Java-Broker-Stores-HA-BDB-Store-BDBJE-Download">10.5.1. Oracle BDB JE download</a></span><
 /dt><dt><span class="section"><a href="Java-Broker-Stores-HA-BDB-Store.html#Java-Broker-Stores-HA-BDB-Store-BDBJE-Installation">10.5.2. Oracle BDB JE jar installation</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-HA-BDB-Store.html#Java-Broker-Stores-HA-BDB-Store-Configuration">10.5.3. Configuration</a></span></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Stores-Memory-Store"></a>10.1.&#160;Memory Message Store</h2></div></div></div><p>
     The Java broker has an in-memory message store implementation.
     This section will detail configuration for using the MemoryMessageStore.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-Exchange.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-Exchange.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-Exchange.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-Exchange.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.8.&#160;Configuring Exchanges</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.8.&#160;Configuring Exchanges</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.8.&#160;Configuring Exchanges</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Stores-JDBC-Store-Configuration.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Declare-Queues.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Configuration-Exchange"></a>14.8.&#160;Configuring Exchanges</h2></div></div></div><p>
     To declare Exchanges within Virtual Host configuration, add the appropriate xml
     to the virtualhost.xml configuration file within the <code class="varname">exchanges</code> element.

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-File-Example.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-File-Example.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-File-Example.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuration-File-Example.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.14.&#160;An example of virtual host configuration file</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.14.&#160;An example of virtual host configuration file</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.14.&#160;An example of virtual host configuration file</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Host-Configuring-DLQ.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Miscellaneous.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Configuration-File-Example"></a>14.14.&#160;An example of virtual host configuration file</h2></div></div></div><div class="example"><a id="idm252997626416"></a><p class="title"><strong>Example&#160;14.18.&#160;An example of virtual host configuration file</strong></p><div class="example-contents"><pre class="programlisting">
 &lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
 &lt;virtualhosts&gt;

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Disk-Quotas.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Disk-Quotas.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Disk-Quotas.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Disk-Quotas.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.11.&#160;Configuring of Disk Quota-based Flow Control</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.11.&#160;Configuring of Disk Quota-based Flow Control</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.11.&#160;Configuring of Disk Quota-based Flow Control</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Host-Configure-Flow-Control.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Configure-Disk-Quotas"></a>14.11.&#160;Configuring of Disk Quota-based Flow Control</h2></div></div></div><p>
                 An example of quota configuration for the BDB message store is provided below.
         </p><div class="example"><a id="idm252997645824"></a><p class="title"><strong>Example&#160;14.15.&#160;Configuring a limit on a store</strong></p><div class="example-contents"><pre class="programlisting">

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Flow-Control.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Flow-Control.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Flow-Control.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configure-Flow-Control.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.10.&#160;Configuring of Producer Flow Control</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.10.&#160;Configuring of Producer Flow Control</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.10.&#160;Configuring of Producer Flow Control</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Host-Declare-Queues.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Configure-Disk-Quotas.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Configure-Flow-Control"></a>14.10.&#160;Configuring of Producer Flow Control</h2></div></div></div><p>Flow control capacity and flow resume capacity are required to set on a queue or virtual host to enable Producer flow control.</p><div class="example"><a id="idm252997651408"></a><p class="title"><strong>Example&#160;14.13.&#160;Confi
 guring a queue depth limit</strong></p><div class="example-contents"><pre class="programlisting">
                 
 &lt;queue&gt;

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuring-DLQ.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuring-DLQ.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuring-DLQ.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Configuring-DLQ.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.13.&#160;Configuring DLQs/Maximum Delivery Count</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.13.&#160;Configuring DLQs/Maximum Delivery Count</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.13.&#160;Configuring DLQs/Maximum Delivery Count</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Configuration-File-Example.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Configuring-DLQ"></a>14.13.&#160;Configuring DLQs/Maximum Delivery Count</h2></div></div></div><p>In the below configuration it can be seen that DLQs/Maximum Delivery Count are enabled at
    the virtual host "localhost" with maximum delivery count set to 5 and disable for virtual host "dev-only".</p><p>As 'dev-only-main-queue' has its own configuration specified, this value overrides all
    others and causes the features to be enabled for this queue. In contrast to this,

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Declare-Queues.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Declare-Queues.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Declare-Queues.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Declare-Queues.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.9.&#160;Configuring Queues</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.9.&#160;Configuring Queues</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.9.&#160;Configuring Queues</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Host-Configuration-Exchange.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Configure-Flow-Control.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Declare-Queues"></a>14.9.&#160;Configuring Queues</h2></div></div></div><p>To create a priority, sorted or LVQ queue within configuration, add the appropriate xml
         to the virtualhost.xml configuration file within the <code class="varname">queues</code>
         element.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="Java-Broker-Queues-OtherTypes-CreateUsingConfig-Simple"></a>14.9.1.&#160;Simple</h3></div></div></div><p>For declaration of a simple queue define a queue entry in the virtual host configuration as in example below</p><div class="example"><a id="idm252997611184"></a><p class="title"><strong>Example&#160;14.7.&#160;Configuring a simple queue</strong></p><div class="example-contents"><pre class="programlisting">&lt;queue&gt;

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.12.&#160;Configuring Transaction Timeouts</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.12.&#160;Configuring Transaction Timeouts</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.12.&#160;Configuring Transaction Timeouts</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Host-Configure-Disk-Quotas.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Host-Configuring-DLQ.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Host-Transaction-Timeout-Configuring"></a>14.12.&#160;Configuring Transaction Timeouts</h2></div></div></div><p> The JMS transaction timeouts are configured on each virtual host defined in the XML
     configuration files.</p><p> The default values for each of the parameters is 0, indicating that the particular check
     is disabled.</p><p> Any or all of the parameters can be set, using the desired value in milliseconds, and will

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File-ACL.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File-ACL.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File-ACL.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File-ACL.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.2.&#160;Configuring ACL</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>14.2.&#160;Configuring ACL</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">14.2.&#160;Configuring ACL</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Virtual-Hosts-Configuration-File.html">Prev</a>&#160;</td><th align="center" width="60%">Chapter&#160;14.&#160;Virtual Host XML configuration file</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Stores-Memory-Store-Configuration.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Hosts-Configuration-File-ACL"></a>14.2.&#160;Configuring ACL</h2></div></div></div><p><a class="xref" href="Java-Broker-Security-ACLs.html" title="11.3.&#160;Access Control Lists">Section&#160;11.3, &#8220;Access Control Lists&#8221;</a> provides the details of ACL, rules, formats, etc.</p><p>
         To apply an ACL on a single virtualhost named <em class="replaceable"><code>test</code></em>, add the following to the virtualhosts.xml:
         </p><pre class="programlisting">

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts-Configuration-File.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;14.&#160;Virtual Host XML configuration file</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;14.&#160;Virtual Host XML configuration file</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Chapter&#160;14.&#160;Virtual Host XML configuration file</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-High-Availability-Performance.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Virtual-Hosts-Configuration-File-ACL.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Virtual-Hosts-Configuration-File"></a>Chapter&#160;14.&#160;Virtual Host XML configuration file</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="Java-Broker-Virtual-Hosts-Configuration-File.html#Java-Broker-Virtual-Hosts-Configuration-File-Introduction">14.1. Introduction</a></span></dt><dt><span class="
 section"><a href="Java-Broker-Virtual-Hosts-Configuration-File-ACL.html">14.2. Configuring ACL</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-Memory-Store-Configuration.html">14.3. Configuring MemoryMessageStore</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-BDB-Store-Configuration.html">14.4. Configuring BDBMessageStore</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Stores-BDB-Store-Configuration.html#Java-Broker-Stores-BDB-Store-Configuration_BDBEnvVars">14.4.1. Passing BDB environment configuration options</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broker-Stores-BDBHA-Store-Configuration.html">14.5. Configuring BDBHAMessageStore</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-Derby-Store-Configuration.html">14.6. Configuring DerbyMessageStore</a></span></dt><dt><span class="section"><a href="Java-Broker-Stores-JDBC-Store-Configuration.html">14.7. Configuring JDBCMessageSt
 ore</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Configuration-Exchange.html">14.8. Configuring Exchanges</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Declare-Queues.html">14.9. Configuring Queues</a></span></dt><dd><dl><dt><span class="section"><a href="Java-Broker-Virtual-Host-Declare-Queues.html#Java-Broker-Queues-OtherTypes-CreateUsingConfig-Simple">14.9.1. Simple</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Declare-Queues.html#Java-Broker-Queues-OtherTypes-CreateUsingConfig-Priority">14.9.2. Priority</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Declare-Queues.html#Java-Broker-Queues-OtherTypes-CreateUsingConfig-Sorted">14.9.3. Sorted</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Declare-Queues.html#Java-Broker-Queues-OtherTypes-CreateUsingConfig-LVQ">14.9.4. LVQ</a></span></dt></dl></dd><dt><span class="section"><a href="Java-Broke
 r-Virtual-Host-Configure-Flow-Control.html">14.10. Configuring of Producer Flow Control</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Configure-Disk-Quotas.html">14.11. Configuring of Disk Quota-based Flow Control</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Transaction-Timeout-Configuring.html">14.12. Configuring Transaction Timeouts</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Configuring-DLQ.html">14.13. Configuring DLQs/Maximum Delivery Count</a></span></dt><dt><span class="section"><a href="Java-Broker-Virtual-Host-Configuration-File-Example.html">14.14. An example of virtual host configuration file</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Hosts-Configuration-File-Introduction"></a>14.1.&#160;Introduction</h2></div></div></div><p>
         This chapter describes how to configure Virtual Hosts using an XML file.
     </p><p>

Modified: qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts.html?rev=1502347&r1=1502346&r2=1502347&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts.html (original)
+++ qpid/site/docs/releases/qpid-0.22/java-broker/book/Java-Broker-Virtual-Hosts.html Thu Jul 11 20:13:24 2013
@@ -46,7 +46,7 @@
         </ul>
       </div>
       <div id="middle">
-        <ul id="path-navigation"><li><a href="http://qpid.apache.org/eleases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/eleases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;7.&#160;Virtual Hosts</li></ul>
+        <ul id="path-navigation"><li><a href="http://qpid.apache.org/releases/index.html">Releases</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/index.html">Qpid 0.22</a></li><li><a href="http://qpid.apache.org/releases/qpid-0.22/java-broker/book/index.html">AMQP Messaging Broker (Java)</a></li><li>Chapter&#160;7.&#160;Virtual Hosts</li></ul>
         <div class="docbook"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Chapter&#160;7.&#160;Virtual Hosts</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="Java-Broker-Ports.html">Prev</a>&#160;</td><th align="center" width="60%">&#160;</th><td align="right" width="20%">&#160;<a accesskey="n" href="Java-Broker-Exchanges.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="Java-Broker-Virtual-Hosts"></a>Chapter&#160;7.&#160;Virtual Hosts</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="section"><a href="Java-Broker-Virtual-Hosts.html#Java-Broker-Virtual-Hosts-Configuring-Managing">7.1. Configuring And Managing</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="Java-Broker-Virtual-Hosts-Configuring-Managing"></a>7.1.&#160;
 Configuring And Managing</h2></div></div></div><p>
         One or more Virtual Hosts can be configured on the Broker. The
         <a class="link" href="Java-Broker-Configuring-And-Managing-HTTP-Management.html#Java-Broker-Configuring-And-Managing-HTTP-Management-Introduction" title="5.2.1.&#160;Introduction">HTTP management interfaces</a>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org