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
commit d8ab6849c2bf33130d93aaac95ba6e703bfa502f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 17 14:04:12 2019 +0200 Regen --- components/camel-jms/src/main/docs/jms-component.adoc | 4 +--- docs/components/modules/ROOT/pages/jms-component.adoc | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc index 2f6da70..d3d20a5a 100644 --- a/components/camel-jms/src/main/docs/jms-component.adoc +++ b/components/camel-jms/src/main/docs/jms-component.adoc @@ -441,7 +441,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s ---- -The component supports 173 options, which are listed below. +The component supports 171 options, which are listed below. @@ -516,11 +516,9 @@ The component supports 173 options, which are listed below. | *camel.component.jms.configuration.message-id-enabled* | When sending, specifies whether message IDs should be added. This is just an hint to the JMS Broker. If the JMS provider accepts this hint, these messages must have the message ID set to null; if the provider ignores the hint, the message ID must be set to its normal unique value | true | Boolean | *camel.component.jms.configuration.message-listener-container-factory* | Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages. Setting this will automatically set consumerType to Custom. | | MessageListener ContainerFactory | *camel.component.jms.configuration.message-timestamp-enabled* | Specifies whether timestamps should be enabled by default on sending messages. This is just an hint to the JMS Broker. If the JMS provider accepts this hint, these messages must have the timestamp set to zero; if the provider ignores the hint, the timestamp must be set to its normal value. | true | Boolean -| *camel.component.jms.configuration.metadata-jms-operations* | Sets the {@link JmsOperations} used to deduce the {@link JmsProviderMetadata} details which if none is customized one is lazily created on demand | | JmsOperations | *camel.component.jms.configuration.password* | Password to use with the ConnectionFactory. You can also configure username/password directly on the ConnectionFactory. | | String | *camel.component.jms.configuration.preserve-message-qos* | Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint. The following three headers are considered JMSPriority, JMSDeliveryMode, and JMSExpiration. You can provide all or only some of them. If not provided, Camel will fall back to use the values from the endpoint instead. So, when using this option, the headers override the values from the endpoi [...] | *camel.component.jms.configuration.priority* | Values greater than 1 specify the message priority when sending (where 0 is the lowest priority and 9 is the highest). The explicitQosEnabled option must also be enabled in order for this option to have any effect. | 4 | Integer -| *camel.component.jms.configuration.provider-metadata* | Allows the provider metadata to be explicitly configured. Typically this is not required and Camel will auto-detect the provider metadata from the underlying provider. | | JmsProviderMetadata | *camel.component.jms.configuration.pub-sub-no-local* | Specifies whether to inhibit the delivery of messages published by its own connection. | false | Boolean | *camel.component.jms.configuration.receive-timeout* | The timeout for receiving messages (in milliseconds). | 1000 | Long | *camel.component.jms.configuration.recovery-interval* | Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds. The default is 5000 ms, that is, 5 seconds. | 5000 | Long diff --git a/docs/components/modules/ROOT/pages/jms-component.adoc b/docs/components/modules/ROOT/pages/jms-component.adoc index 2f6da70..d3d20a5a 100644 --- a/docs/components/modules/ROOT/pages/jms-component.adoc +++ b/docs/components/modules/ROOT/pages/jms-component.adoc @@ -441,7 +441,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s ---- -The component supports 173 options, which are listed below. +The component supports 171 options, which are listed below. @@ -516,11 +516,9 @@ The component supports 173 options, which are listed below. | *camel.component.jms.configuration.message-id-enabled* | When sending, specifies whether message IDs should be added. This is just an hint to the JMS Broker. If the JMS provider accepts this hint, these messages must have the message ID set to null; if the provider ignores the hint, the message ID must be set to its normal unique value | true | Boolean | *camel.component.jms.configuration.message-listener-container-factory* | Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages. Setting this will automatically set consumerType to Custom. | | MessageListener ContainerFactory | *camel.component.jms.configuration.message-timestamp-enabled* | Specifies whether timestamps should be enabled by default on sending messages. This is just an hint to the JMS Broker. If the JMS provider accepts this hint, these messages must have the timestamp set to zero; if the provider ignores the hint, the timestamp must be set to its normal value. | true | Boolean -| *camel.component.jms.configuration.metadata-jms-operations* | Sets the {@link JmsOperations} used to deduce the {@link JmsProviderMetadata} details which if none is customized one is lazily created on demand | | JmsOperations | *camel.component.jms.configuration.password* | Password to use with the ConnectionFactory. You can also configure username/password directly on the ConnectionFactory. | | String | *camel.component.jms.configuration.preserve-message-qos* | Set to true, if you want to send message using the QoS settings specified on the message, instead of the QoS settings on the JMS endpoint. The following three headers are considered JMSPriority, JMSDeliveryMode, and JMSExpiration. You can provide all or only some of them. If not provided, Camel will fall back to use the values from the endpoint instead. So, when using this option, the headers override the values from the endpoi [...] | *camel.component.jms.configuration.priority* | Values greater than 1 specify the message priority when sending (where 0 is the lowest priority and 9 is the highest). The explicitQosEnabled option must also be enabled in order for this option to have any effect. | 4 | Integer -| *camel.component.jms.configuration.provider-metadata* | Allows the provider metadata to be explicitly configured. Typically this is not required and Camel will auto-detect the provider metadata from the underlying provider. | | JmsProviderMetadata | *camel.component.jms.configuration.pub-sub-no-local* | Specifies whether to inhibit the delivery of messages published by its own connection. | false | Boolean | *camel.component.jms.configuration.receive-timeout* | The timeout for receiving messages (in milliseconds). | 1000 | Long | *camel.component.jms.configuration.recovery-interval* | Specifies the interval between recovery attempts, i.e. when a connection is being refreshed, in milliseconds. The default is 5000 ms, that is, 5 seconds. | 5000 | Long