This is an automated email from the ASF dual-hosted git repository. acosentino 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 8509946 Regen 8509946 is described below commit 85099462e1cfdf9d0c115a44723e84b6d6c5bc63 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 20 10:40:30 2020 +0100 Regen --- docs/components/modules/ROOT/pages/sjms-component.adoc | 8 ++++++-- docs/components/modules/ROOT/pages/sjms2-component.adoc | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/components/modules/ROOT/pages/sjms-component.adoc b/docs/components/modules/ROOT/pages/sjms-component.adoc index e3d5250..d45cebb 100644 --- a/docs/components/modules/ROOT/pages/sjms-component.adoc +++ b/docs/components/modules/ROOT/pages/sjms-component.adoc @@ -86,7 +86,7 @@ You append query options to the URI using the following format, == Component Options and Configurations // component options: START -The Simple JMS component supports 17 options, which are listed below. +The Simple JMS component supports 19 options, which are listed below. @@ -95,6 +95,8 @@ The Simple JMS component supports 17 options, which are listed below. | Name | Description | Default | Type | *connectionCount* (common) | The maximum number of connections available to endpoints started under this component | 1 | Integer | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | boolean +| *reconnectBackOff* (consumer) | Backoff in millis on consumer pool reconnection attempts | 5000 | long +| *reconnectOnError* (consumer) | Try to apply reconnection logic on consumer pool | true | boolean | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *connectionClientId* (advanced) | The client ID to use when creating javax.jms.Connection when using the default org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String @@ -134,7 +136,7 @@ with the following path and query parameters: |=== -=== Query Parameters (36 parameters): +=== Query Parameters (38 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -144,6 +146,8 @@ with the following path and query parameters: | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | boolean | *consumerCount* (consumer) | Sets the number of consumer listeners used for this endpoint. | 1 | int | *durableSubscriptionId* (consumer) | Sets the durable subscription Id required for durable topics. | | String +| *reconnectBackOff* (consumer) | Backoff in millis on consumer pool reconnection attempts | 5000 | long +| *reconnectOnError* (consumer) | Try to apply reconnection logic on consumer pool | true | boolean | *synchronous* (consumer) | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). | true | boolean | *exceptionHandler* (consumer) | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. | | ExceptionHandler | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut | | ExchangePattern diff --git a/docs/components/modules/ROOT/pages/sjms2-component.adoc b/docs/components/modules/ROOT/pages/sjms2-component.adoc index 14ecf3a..199a80e 100644 --- a/docs/components/modules/ROOT/pages/sjms2-component.adoc +++ b/docs/components/modules/ROOT/pages/sjms2-component.adoc @@ -89,7 +89,7 @@ You append query options to the URI using the following format, // component options: START -The Simple JMS2 component supports 17 options, which are listed below. +The Simple JMS2 component supports 19 options, which are listed below. @@ -98,6 +98,8 @@ The Simple JMS2 component supports 17 options, which are listed below. | Name | Description | Default | Type | *connectionCount* (common) | The maximum number of connections available to endpoints started under this component | 1 | Integer | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. | false | boolean +| *reconnectBackOff* (consumer) | Backoff in millis on consumer pool reconnection attempts | 5000 | long +| *reconnectOnError* (consumer) | Try to apply reconnection logic on consumer pool | true | boolean | *lazyStartProducer* (producer) | Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and [...] | *basicPropertyBinding* (advanced) | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | boolean | *connectionClientId* (advanced) | The client ID to use when creating javax.jms.Connection when using the default org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String @@ -143,7 +145,7 @@ with the following path and query parameters: |=== -=== Query Parameters (39 parameters): +=== Query Parameters (41 parameters): [width="100%",cols="2,5,^1,2",options="header"] @@ -154,6 +156,8 @@ with the following path and query parameters: | *consumerCount* (consumer) | Sets the number of consumer listeners used for this endpoint. | 1 | int | *durable* (consumer) | Sets topic consumer to durable. | false | boolean | *durableSubscriptionId* (consumer) | Sets the durable subscription Id required for durable topics. | | String +| *reconnectBackOff* (consumer) | Backoff in millis on consumer pool reconnection attempts | 5000 | long +| *reconnectOnError* (consumer) | Try to apply reconnection logic on consumer pool | true | boolean | *shared* (consumer) | Sets the consumer to shared. | false | boolean | *subscriptionId* (consumer) | Sets the subscription Id, required for durable or shared topics. | | String | *synchronous* (consumer) | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). | true | boolean