You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/03/04 21:41:39 UTC

qpid-site git commit: QPID-8112: Update Qpid Broker-J 7.0.2 docs

Repository: qpid-site
Updated Branches:
  refs/heads/asf-site 91891e668 -> f38f10c19


QPID-8112: Update Qpid Broker-J 7.0.2 docs


Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/f38f10c1
Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/f38f10c1
Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/f38f10c1

Branch: refs/heads/asf-site
Commit: f38f10c19c5295eda386e351450bde8cf32a6d87
Parents: 91891e6
Author: Alex Rudyy <or...@apache.org>
Authored: Sun Mar 4 21:40:58 2018 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Sun Mar 4 21:41:22 2018 +0000

----------------------------------------------------------------------
 .../book/Java-Broker-Appendix-Operation-Logging.html           | 5 +++--
 .../book/Java-Broker-Appendix-Queue-Declare-Arguments.html     | 3 ++-
 .../book/Java-Broker-Appendix-Operation-Logging.html.in        | 6 +++---
 .../book/Java-Broker-Appendix-Queue-Declare-Arguments.html.in  | 4 ++--
 4 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f38f10c1/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html b/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html
index 93c3a28..654a7eb 100644
--- a/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html
+++ b/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html
@@ -279,7 +279,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
               <span class="emphasis"><em>Producer Flow Control</em></span> overflow policy is used.
               See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for details.
             </p>
-          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1004"></a>QUE-1005</td><td>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1005"></a>QUE-1005</td><td>
             Dropped : <em class="replaceable"><code>number</code></em> messages, Depth : <em class="replaceable"><code>size</code></em> bytes,
             <em class="replaceable"><code>size</code></em> messages, Capacity : <em class="replaceable"><code>limit</code></em> bytes,
             <em class="replaceable"><code>limit</code></em> messages
@@ -340,7 +340,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
               quantity of uncommitted data falls beneath the threshold.  Normally this happens when the transactions
               commit or rollback.
             </p>
-          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1010"></a>CON-1010</td><td>Open Transaction : <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1010"></a>CON-1010</td><td>Open Transaction : <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
             <p>Indicates that a messaging transaction has been open for longer than that
               permitted. See <a class="xref" href="Java-Broker-Runtime-Transaction-Timeout.html" title="9.3.&#160;Transaction Timeout">Section&#160;9.3, &#8220;Transaction Timeout&#8221;</a> for
               more details.</p>
@@ -533,6 +533,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
             <p>Indicates that the named operation has been invoked</p>
           </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Appendix-System-Properties.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Statistics-Reporting.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;B.&#160;System Properties&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;D.&#160;Statistics Reporting</td></tr></table></div></div>
 
+
           <hr/>
 
           <ul id="-apache-navigation">

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f38f10c1/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
----------------------------------------------------------------------
diff --git a/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html b/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
index f746b07..0d44da1 100644
--- a/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
+++ b/content/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html
@@ -189,13 +189,14 @@ my-queue; {create: always, node: {x-declare: {arguments:{'x-qpid-capacity': 1024
                         <p>x-qpid-maximum-delivery-count</p>
                     </td><td>
                         <p>Specifies this queue's maximum delivery count.</p>
-                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-Maximum-Delivery-Count"></a>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-DLQ-Enabled"></a>
                         <p>x-qpid-dlq-enabled</p>
                     </td><td>
                         <p>If set <code class="literal">true</code>, a dead letter queue will be automatically created
                         and assigned as this queue's <code class="literal">alternateBinding</code>.</p>
                     </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;</td></tr><tr><td align="left" valign="top" width="40%">F.2.&#160;Installing External JDBC Driver&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;</td></tr></table></div></div>
 
+
           <hr/>
 
           <ul id="-apache-navigation">

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f38f10c1/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html.in b/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html.in
index f7518ef..80001d3 100644
--- a/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html.in
+++ b/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Operation-Logging.html.in
@@ -163,7 +163,7 @@
               <span class="emphasis"><em>Producer Flow Control</em></span> overflow policy is used.
               See <a class="xref" href="Java-Broker-Concepts-Queues.html#Java-Broker-Concepts-Queue-OverflowPolicy" title="4.7.5.&#160;Controlling Queue Size">Section&#160;4.7.5, &#8220;Controlling Queue Size&#8221;</a> for details.
             </p>
-          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1004"></a>QUE-1005</td><td>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-QUE-1005"></a>QUE-1005</td><td>
             Dropped : <em class="replaceable"><code>number</code></em> messages, Depth : <em class="replaceable"><code>size</code></em> bytes,
             <em class="replaceable"><code>size</code></em> messages, Capacity : <em class="replaceable"><code>limit</code></em> bytes,
             <em class="replaceable"><code>limit</code></em> messages
@@ -224,7 +224,7 @@
               quantity of uncommitted data falls beneath the threshold.  Normally this happens when the transactions
               commit or rollback.
             </p>
-          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CHN-1010"></a>CON-1010</td><td>Open Transaction : <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
+          </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-CON-1010"></a>CON-1010</td><td>Open Transaction : <em class="replaceable"><code>time</code></em> ms</td></tr><tr><td>
             <p>Indicates that a messaging transaction has been open for longer than that
               permitted. See <a class="xref" href="Java-Broker-Runtime-Transaction-Timeout.html" title="9.3.&#160;Transaction Timeout">Section&#160;9.3, &#8220;Transaction Timeout&#8221;</a> for
               more details.</p>
@@ -415,4 +415,4 @@
             <p>The given port number could not be bound because it is already in-use.</p>
           </td></tr><tr><td rowspan="2"><a id="Java-Broker-Appendix-Operation-Logging-Message-PRT-1010"></a>PRT-1010</td><td>Operation : <em class="replaceable"><code>operation name</code></em></td></tr><tr><td>
             <p>Indicates that the named operation has been invoked</p>
-          </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Appendix-System-Properties.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Statistics-Reporting.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;B.&#160;System Properties&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;D.&#160;Statistics Reporting</td></tr></table></div></div>
\ No newline at end of file
+          </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Appendix-System-Properties.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;<a accesskey="n" href="Java-Broker-Appendix-Statistics-Reporting.html">Next</a></td></tr><tr><td align="left" valign="top" width="40%">Appendix&#160;B.&#160;System Properties&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;Appendix&#160;D.&#160;Statistics Reporting</td></tr></table></div></div>

http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f38f10c1/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html.in
----------------------------------------------------------------------
diff --git a/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html.in b/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html.in
index 0bcf797..505cd0b 100644
--- a/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html.in
+++ b/input/releases/qpid-broker-j-7.0.2/book/Java-Broker-Appendix-Queue-Declare-Arguments.html.in
@@ -73,9 +73,9 @@ my-queue; {create: always, node: {x-declare: {arguments:{'x-qpid-capacity': 1024
                         <p>x-qpid-maximum-delivery-count</p>
                     </td><td>
                         <p>Specifies this queue's maximum delivery count.</p>
-                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-Maximum-Delivery-Count"></a>
+                    </td></tr><tr><td><a id="Java-Broker-Appendix-Queue-Declare-Arguments-X-Qpid-DLQ-Enabled"></a>
                         <p>x-qpid-dlq-enabled</p>
                     </td><td>
                         <p>If set <code class="literal">true</code>, a dead letter queue will be automatically created
                         and assigned as this queue's <code class="literal">alternateBinding</code>.</p>
-                    </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;</td></tr><tr><td align="left" valign="top" width="40%">F.2.&#160;Installing External JDBC Driver&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;</td></tr></table></div></div>
\ No newline at end of file
+                    </td></tr></tbody></table></div></div><br class="table-break" /></div><div class="navfooter"><hr /><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="Java-Broker-Miscellaneous-Installing-External-JDBC-Driver.html">Prev</a>&#160;</td><td align="center" width="20%">&#160;</td><td align="right" width="40%">&#160;</td></tr><tr><td align="left" valign="top" width="40%">F.2.&#160;Installing External JDBC Driver&#160;</td><td align="center" width="20%"><a accesskey="h" href="Apache-Qpid-Broker-J-Book.html">Home</a></td><td align="right" valign="top" width="40%">&#160;</td></tr></table></div></div>


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