You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/06/14 17:02:01 UTC

[activemq-website] branch main updated: Document nonBlockingRedelivery

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b38f87793 Document nonBlockingRedelivery
b38f87793 is described below

commit b38f87793e173951f951f33037408fd684a71a93
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Jun 14 12:01:57 2022 -0500

    Document nonBlockingRedelivery
---
 src/connection-configuration-uri.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/connection-configuration-uri.md b/src/connection-configuration-uri.md
index 9e46969f3..26cbf1b80 100644
--- a/src/connection-configuration-uri.md
+++ b/src/connection-configuration-uri.md
@@ -48,6 +48,7 @@ Option Name|Default Value|Description
 `useCompression`|`false`|Enables the use of compression on the message's body.
 `useRetroactiveConsumer`|`false`|Sets whether or not retroactive consumers are enabled. Retroactive consumers allow non-durable topic subscribers to receive old messages that were published before the non-durable subscriber started.
 `warnAboutUnstartedConnectionTimeout`|`500`|The timeout, in milliseconds, from the time of connection creation to when a warning is generated if the connection is not properly started via [Connection.start()](http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Connection.html#start()) and a message is received by a consumer. It is a very common gotcha to forget to [start the connection and then wonder why no messages are delivered](i-am-not-receiving-any-messages-what-is-wrong) so this optio [...]
+`nonBlockingRedelivery`|`false`|Whether or not message redelivery (and any related delays) will block the delivery of other messages. Setting to `true` will allow messages to be delivered out of order.
 
 ### Nested Options