This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 21c42ebec Automatic Site Publish by Buildbot
21c42ebec is described below
commit 21c42ebec93e83fb90957245b72e50e1d5622f25
Author: buildbot <[email protected]>
AuthorDate: Tue Jun 14 17:04:56 2022 +0000
Automatic Site Publish by Buildbot
---
output/connection-configuration-uri.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/output/connection-configuration-uri.html
b/output/connection-configuration-uri.html
index 5c4e52fe9..27ffba9c1 100644
--- a/output/connection-configuration-uri.html
+++ b/output/connection-configuration-uri.html
@@ -226,6 +226,11 @@
<td><code class="language-plaintext highlighter-rouge">500</code></td>
<td>The timeout, in milliseconds, from the time of connection creation
to when a warning is generated if the connection is not properly started via <a
href="http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Connection.html#start()">Connection.start()</a>
and a message is received by a consumer. It is a very common gotcha to forget
to <a href="i-am-not-receiving-any-messages-what-is-wrong">start the connection
and then wonder why no messages are delivered</a> so this option makes the
[...]
</tr>
+ <tr>
+ <td><code class="language-plaintext
highlighter-rouge">nonBlockingRedelivery</code></td>
+ <td><code class="language-plaintext highlighter-rouge">false</code></td>
+ <td>Whether or not message redelivery (and any related delays) will
block the delivery of other messages. Setting to <code
class="language-plaintext highlighter-rouge">true</code> will allow messages to
be delivered out of order.</td>
+ </tr>
</tbody>
</table>