This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 125e1b0 Regen
125e1b0 is described below
commit 125e1b0dc66562c13a5b649e726ea29f79d73102
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 26 05:18:18 2019 +0100
Regen
---
components/camel-jms/src/main/docs/jms-component.adoc | 4 +++-
docs/components/modules/ROOT/pages/jms-component.adoc | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc
b/components/camel-jms/src/main/docs/jms-component.adoc
index 48e97b4..a6c892a 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -430,7 +430,7 @@ When using Spring Boot make sure to use the following Maven
dependency to have s
----
-The component supports 83 options, which are listed below.
+The component supports 85 options, which are listed below.
@@ -441,6 +441,8 @@ The component supports 83 options, which are listed below.
| *camel.component.jms.acknowledgement-mode* | The JMS acknowledgement mode
defined as an Integer. Allows you to set vendor-specific extensions to the
acknowledgment mode. For the regular modes, it is preferable to use the
acknowledgementModeName instead. | | Integer
| *camel.component.jms.acknowledgement-mode-name* | The JMS acknowledgement
name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE,
AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE | AUTO_ACKNOWLEDGE | String
| *camel.component.jms.allow-additional-headers* | This option is used to
allow additional headers which may have values that are invalid according to
JMS specification. For example some message systems such as WMQ do this with
header names using prefix JMS_IBM_MQMD_ containing values with byte array or
other invalid types. You can specify multiple header names separated by comma,
and use as suffix for wildcard matching. | | String
+| *camel.component.jms.allow-auto-wired-connection-factory* | Whether to
auto-discover ConnectionFactory from the registry, if no connection factory has
been configured. If only one instance of ConnectionFactory is found then it
will be used. This is enabled by default. | false | Boolean
+| *camel.component.jms.allow-auto-wired-destination-resolver* | Whether to
auto-discover DestinationResolver from the registry, if no destination resolver
has been configured. If only one instance of DestinationResolver is found then
it will be used. This is enabled by default. | false | Boolean
| *camel.component.jms.allow-null-body* | Whether to allow sending messages
with no body. If this option is false and the message body is null, then an
JMSException is thrown. | true | Boolean
| *camel.component.jms.allow-reply-manager-quick-stop* | Whether the
DefaultMessageListenerContainer used in the reply managers for request-reply
messaging allow the DefaultMessageListenerContainer.runningAllowed flag to
quick stop in case JmsConfiguration#isAcceptMessagesWhileStopping 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 fl [...]
| *camel.component.jms.always-copy-message* | 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 a
replyToDestinationSelectorName is set (incidentally, Camel will set the
alwaysCopyMessage option to true, if a replyToDestinationSelectorName is set).
| false | Boolean
diff --git a/docs/components/modules/ROOT/pages/jms-component.adoc
b/docs/components/modules/ROOT/pages/jms-component.adoc
index 8eca6f6..2cdcec5 100644
--- a/docs/components/modules/ROOT/pages/jms-component.adoc
+++ b/docs/components/modules/ROOT/pages/jms-component.adoc
@@ -431,7 +431,7 @@ When using Spring Boot make sure to use the following Maven
dependency to have s
----
-The component supports 83 options, which are listed below.
+The component supports 85 options, which are listed below.
@@ -442,6 +442,8 @@ The component supports 83 options, which are listed below.
| *camel.component.jms.acknowledgement-mode* | The JMS acknowledgement mode
defined as an Integer. Allows you to set vendor-specific extensions to the
acknowledgment mode. For the regular modes, it is preferable to use the
acknowledgementModeName instead. | | Integer
| *camel.component.jms.acknowledgement-mode-name* | The JMS acknowledgement
name, which is one of: SESSION_TRANSACTED, CLIENT_ACKNOWLEDGE,
AUTO_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE | AUTO_ACKNOWLEDGE | String
| *camel.component.jms.allow-additional-headers* | This option is used to
allow additional headers which may have values that are invalid according to
JMS specification. For example some message systems such as WMQ do this with
header names using prefix JMS_IBM_MQMD_ containing values with byte array or
other invalid types. You can specify multiple header names separated by comma,
and use as suffix for wildcard matching. | | String
+| *camel.component.jms.allow-auto-wired-connection-factory* | Whether to
auto-discover ConnectionFactory from the registry, if no connection factory has
been configured. If only one instance of ConnectionFactory is found then it
will be used. This is enabled by default. | false | Boolean
+| *camel.component.jms.allow-auto-wired-destination-resolver* | Whether to
auto-discover DestinationResolver from the registry, if no destination resolver
has been configured. If only one instance of DestinationResolver is found then
it will be used. This is enabled by default. | false | Boolean
| *camel.component.jms.allow-null-body* | Whether to allow sending messages
with no body. If this option is false and the message body is null, then an
JMSException is thrown. | true | Boolean
| *camel.component.jms.allow-reply-manager-quick-stop* | Whether the
DefaultMessageListenerContainer used in the reply managers for request-reply
messaging allow the DefaultMessageListenerContainer.runningAllowed flag to
quick stop in case JmsConfiguration#isAcceptMessagesWhileStopping 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 fl [...]
| *camel.component.jms.always-copy-message* | 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 a
replyToDestinationSelectorName is set (incidentally, Camel will set the
alwaysCopyMessage option to true, if a replyToDestinationSelectorName is set).
| false | Boolean