Add doc for allowReplyManagerQuickStop

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/00cb4b89
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/00cb4b89
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/00cb4b89

Branch: refs/heads/camel-2.17.x
Commit: 00cb4b89b81887cca97f13a84f82b5af8bbdb099
Parents: c17c01a
Author: Jonathan Anstey <jans...@gmail.com>
Authored: Thu Apr 21 19:36:51 2016 -0230
Committer: Jonathan Anstey <jans...@gmail.com>
Committed: Thu Apr 21 19:36:51 2016 -0230

----------------------------------------------------------------------
 components/camel-jms/src/main/docs/jms.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/00cb4b89/components/camel-jms/src/main/docs/jms.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/docs/jms.adoc 
b/components/camel-jms/src/main/docs/jms.adoc
index e63dc8d..fcdbc10 100644
--- a/components/camel-jms/src/main/docs/jms.adoc
+++ b/components/camel-jms/src/main/docs/jms.adoc
@@ -337,6 +337,15 @@ acknowledgment mode. For the regular modes, it is 
preferable to use the
 messages with no body. If this option is `false` and the message body is
 null, then an `JMSException` is thrown.
 
+| 'allowReplyManagerQuickStop' | 'false' | Whether the 
+DefaultMessageListenerContainer used in the reply managers for request-
+reply messaging allow the DefaultMessageListenerContainer.runningAllowed
+ flag to quick stop in case link 
+JmsConfigurationisAcceptMessagesWhileStopping() is enabled and 
+org.apache.camel.CamelContext is currently being stopped. This quick 
+stop ability is enabled by default in the regular JMS consumers but to 
+enable for reply managers you must enable this flag.
+
 |`alwaysCopyMessage` |`false` |If `true`, Camel will always make a JMS
 message copy of the message when it is passed to the producer for
 sending. Copying the message is needed in some situations, such as when

Reply via email to