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-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d2ad3e  Regen
3d2ad3e is described below

commit 3d2ad3eef14f750af4d34d18750ce4ded0b5e30a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Feb 20 06:24:29 2020 +0100

    Regen
---
 .../camel/springboot/catalog/components/imap.json  |  1 +
 .../camel/springboot/catalog/components/imaps.json |  1 +
 .../camel/springboot/catalog/components/pop3.json  |  1 +
 .../camel/springboot/catalog/components/pop3s.json |  1 +
 .../camel/springboot/catalog/components/sjms.json  |  4 ++++
 .../camel/springboot/catalog/components/sjms2.json |  4 ++++
 .../camel/springboot/catalog/components/smtp.json  |  1 +
 .../camel/springboot/catalog/components/smtps.json |  1 +
 .../src/main/docs/mail-starter.adoc                |  3 ++-
 .../springboot/MailComponentConfiguration.java     | 15 ++++++++++++++
 .../src/main/docs/sjms-starter.adoc                |  5 +++--
 .../springboot/SjmsComponentConfiguration.java     | 24 ++++++++++++++++++++++
 .../src/main/docs/sjms2-starter.adoc               |  5 +++--
 .../springboot/Sjms2ComponentConfiguration.java    | 24 ++++++++++++++++++++++
 docs/modules/ROOT/pages/mail-starter.adoc          |  3 ++-
 docs/modules/ROOT/pages/sjms-starter.adoc          |  5 +++--
 docs/modules/ROOT/pages/sjms2-starter.adoc         |  5 +++--
 17 files changed, 93 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
index b5ef819..cbd1e0a 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imap.json
@@ -40,6 +40,7 @@
     "handleFailedMessage": { "kind": "parameter", "displayName": "Handle 
Failed Message", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this option allows to [...]
     "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"description": "Specifies the maximum number of messages to gather per poll. By 
default, no maximum is set. Can be used to set a limit of e.g. 1000 to avoid 
downloading thousands of files when the server starts up. Set a value of 0 or 
negative to disable this option." },
     "mimeDecodeHeaders": { "kind": "parameter", "displayName": "Mime Decode 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": "false", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "This option enables transparent MIME decoding 
and unfolding for mail headers." },
+    "moveTo": { "kind": "parameter", "displayName": "Move To", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "After processing a mail message, it can be 
moved to a mail folder with the given name. You can override this configuration 
valu [...]
     "peek": { "kind": "parameter", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAPMessage messages  [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": 
false, "defaultValue": false, "description": "If the polling consumer did not 
poll any files, you can enable this option to send an empty message (no body) 
instead." },
     "skipFailedMessage": { "kind": "parameter", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "If the mail consumer cannot retrieve a given 
mail message, then this option allows to ski [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imaps.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imaps.json
index b18c87a..772794e 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imaps.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/imaps.json
@@ -40,6 +40,7 @@
     "handleFailedMessage": { "kind": "parameter", "displayName": "Handle 
Failed Message", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this option allows to [...]
     "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"description": "Specifies the maximum number of messages to gather per poll. By 
default, no maximum is set. Can be used to set a limit of e.g. 1000 to avoid 
downloading thousands of files when the server starts up. Set a value of 0 or 
negative to disable this option." },
     "mimeDecodeHeaders": { "kind": "parameter", "displayName": "Mime Decode 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": "false", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "This option enables transparent MIME decoding 
and unfolding for mail headers." },
+    "moveTo": { "kind": "parameter", "displayName": "Move To", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "After processing a mail message, it can be 
moved to a mail folder with the given name. You can override this configuration 
valu [...]
     "peek": { "kind": "parameter", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAPMessage messages  [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": 
false, "defaultValue": false, "description": "If the polling consumer did not 
poll any files, you can enable this option to send an empty message (no body) 
instead." },
     "skipFailedMessage": { "kind": "parameter", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "If the mail consumer cannot retrieve a given 
mail message, then this option allows to ski [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3.json
index 94d9ec3..4192683 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3.json
@@ -40,6 +40,7 @@
     "handleFailedMessage": { "kind": "parameter", "displayName": "Handle 
Failed Message", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this option allows to [...]
     "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"description": "Specifies the maximum number of messages to gather per poll. By 
default, no maximum is set. Can be used to set a limit of e.g. 1000 to avoid 
downloading thousands of files when the server starts up. Set a value of 0 or 
negative to disable this option." },
     "mimeDecodeHeaders": { "kind": "parameter", "displayName": "Mime Decode 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": "false", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "This option enables transparent MIME decoding 
and unfolding for mail headers." },
+    "moveTo": { "kind": "parameter", "displayName": "Move To", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "After processing a mail message, it can be 
moved to a mail folder with the given name. You can override this configuration 
valu [...]
     "peek": { "kind": "parameter", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAPMessage messages  [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": 
false, "defaultValue": false, "description": "If the polling consumer did not 
poll any files, you can enable this option to send an empty message (no body) 
instead." },
     "skipFailedMessage": { "kind": "parameter", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "If the mail consumer cannot retrieve a given 
mail message, then this option allows to ski [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3s.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3s.json
index 96629a1..438e6cb 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3s.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/pop3s.json
@@ -40,6 +40,7 @@
     "handleFailedMessage": { "kind": "parameter", "displayName": "Handle 
Failed Message", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this option allows to [...]
     "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"description": "Specifies the maximum number of messages to gather per poll. By 
default, no maximum is set. Can be used to set a limit of e.g. 1000 to avoid 
downloading thousands of files when the server starts up. Set a value of 0 or 
negative to disable this option." },
     "mimeDecodeHeaders": { "kind": "parameter", "displayName": "Mime Decode 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": "false", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "This option enables transparent MIME decoding 
and unfolding for mail headers." },
+    "moveTo": { "kind": "parameter", "displayName": "Move To", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "After processing a mail message, it can be 
moved to a mail folder with the given name. You can override this configuration 
valu [...]
     "peek": { "kind": "parameter", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAPMessage messages  [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": 
false, "defaultValue": false, "description": "If the polling consumer did not 
poll any files, you can enable this option to send an empty message (no body) 
instead." },
     "skipFailedMessage": { "kind": "parameter", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "If the mail consumer cannot retrieve a given 
mail message, then this option allows to ski [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
index ea49e84..6c136d9 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms.json
@@ -21,6 +21,8 @@
   "componentProperties": {
     "connectionCount": { "kind": "property", "displayName": "Connection 
Count", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "secret": false, 
"defaultValue": "1", "description": "The maximum number of connections 
available to endpoints started under this component" },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 [...]
+    "reconnectBackOff": { "kind": "property", "displayName": "Reconnect Back 
Off", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "5000", "description": "Backoff in millis on consumer pool 
reconnection attempts" },
+    "reconnectOnError": { "kind": "property", "displayName": "Reconnect On 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "description": "Try to apply reconnection logic on 
consumer pool" },
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 r [...]
     "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
     "connectionClientId": { "kind": "property", "displayName": "Connection 
Client Id", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The client ID to use when creating 
javax.jms.Connection when using the default 
org.apache.camel.component.sjms.jms.ConnectionFactoryResource." },
@@ -44,6 +46,8 @@
     "bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 b [...]
     "consumerCount": { "kind": "parameter", "displayName": "Consumer Count", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": "1", 
"description": "Sets the number of consumer listeners used for this endpoint." 
},
     "durableSubscriptionId": { "kind": "parameter", "displayName": "Durable 
Subscription Id", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "Sets the durable subscription Id required for 
durable topics." },
+    "reconnectBackOff": { "kind": "parameter", "displayName": "Reconnect Back 
Off", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "5000", "description": "Backoff in millis on consumer pool 
reconnection attempts" },
+    "reconnectOnError": { "kind": "parameter", "displayName": "Reconnect On 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "description": "Try to apply reconnection logic on 
consumer pool" },
     "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "description": "Sets whether synchronous processing should be strictly 
used or Camel is allowed to use asynchronous processing (if supported)." },
     "exceptionHandler": { "kind": "parameter", "displayName": "Exception 
Handler", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.spi.ExceptionHandler", "optionalPrefix": "consumer.", 
"deprecated": false, "secret": false, "description": "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 [...]
     "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "secret": false, "description": "Sets 
the exchange pattern when the consumer creates an exchange." },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
index ebad850..2c2ca54 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/sjms2.json
@@ -21,6 +21,8 @@
   "componentProperties": {
     "connectionCount": { "kind": "property", "displayName": "Connection 
Count", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "secret": false, 
"defaultValue": "1", "description": "The maximum number of connections 
available to endpoints started under this component" },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 [...]
+    "reconnectBackOff": { "kind": "property", "displayName": "Reconnect Back 
Off", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "5000", "description": "Backoff in millis on consumer pool 
reconnection attempts" },
+    "reconnectOnError": { "kind": "property", "displayName": "Reconnect On 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "description": "Try to apply reconnection logic on 
consumer pool" },
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "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 r [...]
     "basicPropertyBinding": { "kind": "property", "displayName": "Basic 
Property Binding", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": false, "description": "Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities" },
     "connectionClientId": { "kind": "property", "displayName": "Connection 
Client Id", "group": "advanced", "label": "advanced", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "The client ID to use when creating 
javax.jms.Connection when using the default 
org.apache.camel.component.sjms.jms.ConnectionFactoryResource." },
@@ -45,6 +47,8 @@
     "consumerCount": { "kind": "parameter", "displayName": "Consumer Count", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "secret": false, "defaultValue": "1", 
"description": "Sets the number of consumer listeners used for this endpoint." 
},
     "durable": { "kind": "parameter", "displayName": "Durable", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "description": "Sets topic consumer to durable." },
     "durableSubscriptionId": { "kind": "parameter", "displayName": "Durable 
Subscription Id", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "description": "Sets the durable subscription Id required for 
durable topics." },
+    "reconnectBackOff": { "kind": "parameter", "displayName": "Reconnect Back 
Off", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "secret": false, 
"defaultValue": "5000", "description": "Backoff in millis on consumer pool 
reconnection attempts" },
+    "reconnectOnError": { "kind": "parameter", "displayName": "Reconnect On 
Error", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "secret": false, 
"defaultValue": "true", "description": "Try to apply reconnection logic on 
consumer pool" },
     "shared": { "kind": "parameter", "displayName": "Shared", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
false, "description": "Sets the consumer to shared." },
     "subscriptionId": { "kind": "parameter", "displayName": "Subscription Id", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": false, 
"description": "Sets the subscription Id, required for durable or shared 
topics." },
     "synchronous": { "kind": "parameter", "displayName": "Synchronous", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue": 
"true", "description": "Sets whether synchronous processing should be strictly 
used or Camel is allowed to use asynchronous processing (if supported)." },
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtp.json
index 876d6bc..4cbbbab 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtp.json
@@ -40,6 +40,7 @@
     "handleFailedMessage": { "kind": "parameter", "displayName": "Handle 
Failed Message", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this option allows to [...]
     "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"description": "Specifies the maximum number of messages to gather per poll. By 
default, no maximum is set. Can be used to set a limit of e.g. 1000 to avoid 
downloading thousands of files when the server starts up. Set a value of 0 or 
negative to disable this option." },
     "mimeDecodeHeaders": { "kind": "parameter", "displayName": "Mime Decode 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": "false", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "This option enables transparent MIME decoding 
and unfolding for mail headers." },
+    "moveTo": { "kind": "parameter", "displayName": "Move To", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "After processing a mail message, it can be 
moved to a mail folder with the given name. You can override this configuration 
valu [...]
     "peek": { "kind": "parameter", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAPMessage messages  [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": 
false, "defaultValue": false, "description": "If the polling consumer did not 
poll any files, you can enable this option to send an empty message (no body) 
instead." },
     "skipFailedMessage": { "kind": "parameter", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "If the mail consumer cannot retrieve a given 
mail message, then this option allows to ski [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtps.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtps.json
index b187b65..db228ff 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtps.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/smtps.json
@@ -40,6 +40,7 @@
     "handleFailedMessage": { "kind": "parameter", "displayName": "Handle 
Failed Message", "group": "consumer", "label": "consumer", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, 
"deprecationNote": "", "secret": false, "defaultValue": false, 
"configurationClass": "org.apache.camel.component.mail.MailConfiguration", 
"configurationField": "configuration", "description": "If the mail consumer 
cannot retrieve a given mail message, then this option allows to [...]
     "maxMessagesPerPoll": { "kind": "parameter", "displayName": "Max Messages 
Per Poll", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "secret": false, 
"description": "Specifies the maximum number of messages to gather per poll. By 
default, no maximum is set. Can be used to set a limit of e.g. 1000 to avoid 
downloading thousands of files when the server starts up. Set a value of 0 or 
negative to disable this option." },
     "mimeDecodeHeaders": { "kind": "parameter", "displayName": "Mime Decode 
Headers", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": "false", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "This option enables transparent MIME decoding 
and unfolding for mail headers." },
+    "moveTo": { "kind": "parameter", "displayName": "Move To", "group": 
"consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"secret": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "After processing a mail message, it can be 
moved to a mail folder with the given name. You can override this configuration 
valu [...]
     "peek": { "kind": "parameter", "displayName": "Peek", "group": "consumer", 
"label": "consumer", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "deprecationNote": "", "secret": false, 
"defaultValue": "true", "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "Will mark the javax.mail.Message as peeked 
before processing the mail message. This applies to IMAPMessage messages  [...]
     "sendEmptyMessageWhenIdle": { "kind": "parameter", "displayName": "Send 
Empty Message When Idle", "group": "consumer", "label": "consumer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, "secret": 
false, "defaultValue": false, "description": "If the polling consumer did not 
poll any files, you can enable this option to send an empty message (no body) 
instead." },
     "skipFailedMessage": { "kind": "parameter", "displayName": "Skip Failed 
Message", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", 
"secret": false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.mail.MailConfiguration", "configurationField": 
"configuration", "description": "If the mail consumer cannot retrieve a given 
mail message, then this option allows to ski [...]
diff --git 
a/components-starter/camel-mail-starter/src/main/docs/mail-starter.adoc 
b/components-starter/camel-mail-starter/src/main/docs/mail-starter.adoc
index 933a05d..10f9b2d 100644
--- a/components-starter/camel-mail-starter/src/main/docs/mail-starter.adoc
+++ b/components-starter/camel-mail-starter/src/main/docs/mail-starter.adoc
@@ -17,7 +17,7 @@ When using mail with Spring Boot make sure to use the 
following Maven dependency
 ----
 
 
-The component supports 49 options, which are listed below.
+The component supports 50 options, which are listed below.
 
 
 
@@ -49,6 +49,7 @@ The component supports 49 options, which are listed below.
 | *camel.component.mail.configuration.java-mail-sender* | To use a custom 
org.apache.camel.component.mail.JavaMailSender for sending emails. |  | 
JavaMailSender
 | *camel.component.mail.configuration.map-mail-message* | Specifies whether 
Camel should map the received mail message to Camel body/headers/attachments. 
If set to true, the body of the mail message is mapped to the body of the Camel 
IN message, the mail headers are mapped to IN headers, and the attachments to 
Camel IN attachment message. If this option is set to false then the IN message 
contains a raw javax.mail.Message. You can retrieve this raw message by calling 
exchange.getIn().get [...]
 | *camel.component.mail.configuration.mime-decode-headers* | This option 
enables transparent MIME decoding and unfolding for mail headers. | false | 
Boolean
+| *camel.component.mail.configuration.move-to* | After processing a mail 
message, it can be moved to a mail folder with the given name. You can override 
this configuration value, with a header with the key moveTo, allowing you to 
move messages to folder names configured at runtime. |  | String
 | *camel.component.mail.configuration.password* | The password for login |  | 
String
 | *camel.component.mail.configuration.peek* | Will mark the javax.mail.Message 
as peeked before processing the mail message. This applies to IMAPMessage 
messages types only. By using peek the mail will not be eager marked as SEEN on 
the mail server, which allows us to rollback the mail message if there is an 
error processing in Camel. | true | Boolean
 | *camel.component.mail.configuration.port* | The port number of the mail 
server |  | Integer
diff --git 
a/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java
 
b/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java
index 72acdf0..372c197 100644
--- 
a/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java
+++ 
b/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java
@@ -286,6 +286,13 @@ public class MailComponentConfiguration
          */
         private Boolean mimeDecodeHeaders = false;
         /**
+         * After processing a mail message, it can be moved to a mail folder
+         * with the given name. You can override this configuration value, with
+         * a header with the key moveTo, allowing you to move messages to 
folder
+         * names configured at runtime.
+         */
+        private String moveTo;
+        /**
          * The password for login
          */
         private String password;
@@ -535,6 +542,14 @@ public class MailComponentConfiguration
             this.mimeDecodeHeaders = mimeDecodeHeaders;
         }
 
+        public String getMoveTo() {
+            return moveTo;
+        }
+
+        public void setMoveTo(String moveTo) {
+            this.moveTo = moveTo;
+        }
+
         public String getPassword() {
             return password;
         }
diff --git 
a/components-starter/camel-sjms-starter/src/main/docs/sjms-starter.adoc 
b/components-starter/camel-sjms-starter/src/main/docs/sjms-starter.adoc
index 1266e1f..76ef200 100644
--- a/components-starter/camel-sjms-starter/src/main/docs/sjms-starter.adoc
+++ b/components-starter/camel-sjms-starter/src/main/docs/sjms-starter.adoc
@@ -17,7 +17,7 @@ When using sjms with Spring Boot make sure to use the 
following Maven dependency
 ----
 
 
-The component supports 25 options, which are listed below.
+The component supports 27 options, which are listed below.
 
 
 
@@ -47,8 +47,9 @@ The component supports 25 options, which are listed below.
 | *camel.component.sjms.jms-key-format-strategy* | Pluggable strategy for 
encoding and decoding JMS keys so they can be compliant with the JMS 
specification. Camel provides one implementation out of the box: default. The 
default strategy will safely marshal dots and hyphens (. and -). Can be used 
for JMS brokers which do not care whether JMS header keys contain illegal 
characters. You can provide your own implementation of the 
org.apache.camel.component.jms.JmsKeyFormatStrategy and refer [...]
 | *camel.component.sjms.lazy-start-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  [...]
 | *camel.component.sjms.message-created-strategy* | To use the given 
MessageCreatedStrategy which are invoked when Camel creates new instances of 
javax.jms.Message objects when Camel is sending a JMS message. The option is a 
org.apache.camel.component.sjms.jms.MessageCreatedStrategy type. |  | String
+| *camel.component.sjms.reconnect-back-off* | Backoff in millis on consumer 
pool reconnection attempts | 5000 | Long
+| *camel.component.sjms.reconnect-on-error* | Try to apply reconnection logic 
on consumer pool | true | Boolean
 | *camel.component.sjms.timed-task-manager* | To use a custom 
TimedTaskManager. The option is a 
org.apache.camel.component.sjms.taskmanager.TimedTaskManager type. |  | String
 | *camel.component.sjms.transaction-commit-strategy* | To configure which kind 
of commit strategy to use. Camel provides two implementations out of the box, 
default and batch. The option is a 
org.apache.camel.component.sjms.TransactionCommitStrategy type. |  | String
 |===
-
 // spring-boot-auto-configure options: END
diff --git 
a/components-starter/camel-sjms-starter/src/main/java/org/apache/camel/component/sjms/springboot/SjmsComponentConfiguration.java
 
b/components-starter/camel-sjms-starter/src/main/java/org/apache/camel/component/sjms/springboot/SjmsComponentConfiguration.java
index 7b22027..0b46a02 100644
--- 
a/components-starter/camel-sjms-starter/src/main/java/org/apache/camel/component/sjms/springboot/SjmsComponentConfiguration.java
+++ 
b/components-starter/camel-sjms-starter/src/main/java/org/apache/camel/component/sjms/springboot/SjmsComponentConfiguration.java
@@ -52,6 +52,14 @@ public class SjmsComponentConfiguration
      */
     private Boolean bridgeErrorHandler = false;
     /**
+     * Backoff in millis on consumer pool reconnection attempts
+     */
+    private Long reconnectBackOff = 5000L;
+    /**
+     * Try to apply reconnection logic on consumer pool
+     */
+    private Boolean reconnectOnError = true;
+    /**
      * 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
@@ -166,6 +174,22 @@ public class SjmsComponentConfiguration
         this.bridgeErrorHandler = bridgeErrorHandler;
     }
 
+    public Long getReconnectBackOff() {
+        return reconnectBackOff;
+    }
+
+    public void setReconnectBackOff(Long reconnectBackOff) {
+        this.reconnectBackOff = reconnectBackOff;
+    }
+
+    public Boolean getReconnectOnError() {
+        return reconnectOnError;
+    }
+
+    public void setReconnectOnError(Boolean reconnectOnError) {
+        this.reconnectOnError = reconnectOnError;
+    }
+
     public Boolean getLazyStartProducer() {
         return lazyStartProducer;
     }
diff --git 
a/components-starter/camel-sjms2-starter/src/main/docs/sjms2-starter.adoc 
b/components-starter/camel-sjms2-starter/src/main/docs/sjms2-starter.adoc
index 589adea..e06f88e 100644
--- a/components-starter/camel-sjms2-starter/src/main/docs/sjms2-starter.adoc
+++ b/components-starter/camel-sjms2-starter/src/main/docs/sjms2-starter.adoc
@@ -17,7 +17,7 @@ When using sjms2 with Spring Boot make sure to use the 
following Maven dependenc
 ----
 
 
-The component supports 18 options, which are listed below.
+The component supports 20 options, which are listed below.
 
 
 
@@ -40,8 +40,9 @@ The component supports 18 options, which are listed below.
 | *camel.component.sjms2.jms-key-format-strategy* | Pluggable strategy for 
encoding and decoding JMS keys so they can be compliant with the JMS 
specification. Camel provides one implementation out of the box: default. The 
default strategy will safely marshal dots and hyphens (. and -). Can be used 
for JMS brokers which do not care whether JMS header keys contain illegal 
characters. You can provide your own implementation of the 
org.apache.camel.component.jms.JmsKeyFormatStrategy and refe [...]
 | *camel.component.sjms2.lazy-start-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 [...]
 | *camel.component.sjms2.message-created-strategy* | To use the given 
MessageCreatedStrategy which are invoked when Camel creates new instances of 
javax.jms.Message objects when Camel is sending a JMS message. The option is a 
org.apache.camel.component.sjms.jms.MessageCreatedStrategy type. |  | String
+| *camel.component.sjms2.reconnect-back-off* | Backoff in millis on consumer 
pool reconnection attempts | 5000 | Long
+| *camel.component.sjms2.reconnect-on-error* | Try to apply reconnection logic 
on consumer pool | true | Boolean
 | *camel.component.sjms2.timed-task-manager* | To use a custom 
TimedTaskManager. The option is a 
org.apache.camel.component.sjms.taskmanager.TimedTaskManager type. |  | String
 | *camel.component.sjms2.transaction-commit-strategy* | To configure which 
kind of commit strategy to use. Camel provides two implementations out of the 
box, default and batch. The option is a 
org.apache.camel.component.sjms.TransactionCommitStrategy type. |  | String
 |===
-
 // spring-boot-auto-configure options: END
diff --git 
a/components-starter/camel-sjms2-starter/src/main/java/org/apache/camel/component/sjms2/springboot/Sjms2ComponentConfiguration.java
 
b/components-starter/camel-sjms2-starter/src/main/java/org/apache/camel/component/sjms2/springboot/Sjms2ComponentConfiguration.java
index e8229cf..1715034 100644
--- 
a/components-starter/camel-sjms2-starter/src/main/java/org/apache/camel/component/sjms2/springboot/Sjms2ComponentConfiguration.java
+++ 
b/components-starter/camel-sjms2-starter/src/main/java/org/apache/camel/component/sjms2/springboot/Sjms2ComponentConfiguration.java
@@ -52,6 +52,14 @@ public class Sjms2ComponentConfiguration
      */
     private Boolean bridgeErrorHandler = false;
     /**
+     * Backoff in millis on consumer pool reconnection attempts
+     */
+    private Long reconnectBackOff = 5000L;
+    /**
+     * Try to apply reconnection logic on consumer pool
+     */
+    private Boolean reconnectOnError = true;
+    /**
      * 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
@@ -166,6 +174,22 @@ public class Sjms2ComponentConfiguration
         this.bridgeErrorHandler = bridgeErrorHandler;
     }
 
+    public Long getReconnectBackOff() {
+        return reconnectBackOff;
+    }
+
+    public void setReconnectBackOff(Long reconnectBackOff) {
+        this.reconnectBackOff = reconnectBackOff;
+    }
+
+    public Boolean getReconnectOnError() {
+        return reconnectOnError;
+    }
+
+    public void setReconnectOnError(Boolean reconnectOnError) {
+        this.reconnectOnError = reconnectOnError;
+    }
+
     public Boolean getLazyStartProducer() {
         return lazyStartProducer;
     }
diff --git a/docs/modules/ROOT/pages/mail-starter.adoc 
b/docs/modules/ROOT/pages/mail-starter.adoc
index 933a05d..10f9b2d 100644
--- a/docs/modules/ROOT/pages/mail-starter.adoc
+++ b/docs/modules/ROOT/pages/mail-starter.adoc
@@ -17,7 +17,7 @@ When using mail with Spring Boot make sure to use the 
following Maven dependency
 ----
 
 
-The component supports 49 options, which are listed below.
+The component supports 50 options, which are listed below.
 
 
 
@@ -49,6 +49,7 @@ The component supports 49 options, which are listed below.
 | *camel.component.mail.configuration.java-mail-sender* | To use a custom 
org.apache.camel.component.mail.JavaMailSender for sending emails. |  | 
JavaMailSender
 | *camel.component.mail.configuration.map-mail-message* | Specifies whether 
Camel should map the received mail message to Camel body/headers/attachments. 
If set to true, the body of the mail message is mapped to the body of the Camel 
IN message, the mail headers are mapped to IN headers, and the attachments to 
Camel IN attachment message. If this option is set to false then the IN message 
contains a raw javax.mail.Message. You can retrieve this raw message by calling 
exchange.getIn().get [...]
 | *camel.component.mail.configuration.mime-decode-headers* | This option 
enables transparent MIME decoding and unfolding for mail headers. | false | 
Boolean
+| *camel.component.mail.configuration.move-to* | After processing a mail 
message, it can be moved to a mail folder with the given name. You can override 
this configuration value, with a header with the key moveTo, allowing you to 
move messages to folder names configured at runtime. |  | String
 | *camel.component.mail.configuration.password* | The password for login |  | 
String
 | *camel.component.mail.configuration.peek* | Will mark the javax.mail.Message 
as peeked before processing the mail message. This applies to IMAPMessage 
messages types only. By using peek the mail will not be eager marked as SEEN on 
the mail server, which allows us to rollback the mail message if there is an 
error processing in Camel. | true | Boolean
 | *camel.component.mail.configuration.port* | The port number of the mail 
server |  | Integer
diff --git a/docs/modules/ROOT/pages/sjms-starter.adoc 
b/docs/modules/ROOT/pages/sjms-starter.adoc
index 1266e1f..76ef200 100644
--- a/docs/modules/ROOT/pages/sjms-starter.adoc
+++ b/docs/modules/ROOT/pages/sjms-starter.adoc
@@ -17,7 +17,7 @@ When using sjms with Spring Boot make sure to use the 
following Maven dependency
 ----
 
 
-The component supports 25 options, which are listed below.
+The component supports 27 options, which are listed below.
 
 
 
@@ -47,8 +47,9 @@ The component supports 25 options, which are listed below.
 | *camel.component.sjms.jms-key-format-strategy* | Pluggable strategy for 
encoding and decoding JMS keys so they can be compliant with the JMS 
specification. Camel provides one implementation out of the box: default. The 
default strategy will safely marshal dots and hyphens (. and -). Can be used 
for JMS brokers which do not care whether JMS header keys contain illegal 
characters. You can provide your own implementation of the 
org.apache.camel.component.jms.JmsKeyFormatStrategy and refer [...]
 | *camel.component.sjms.lazy-start-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  [...]
 | *camel.component.sjms.message-created-strategy* | To use the given 
MessageCreatedStrategy which are invoked when Camel creates new instances of 
javax.jms.Message objects when Camel is sending a JMS message. The option is a 
org.apache.camel.component.sjms.jms.MessageCreatedStrategy type. |  | String
+| *camel.component.sjms.reconnect-back-off* | Backoff in millis on consumer 
pool reconnection attempts | 5000 | Long
+| *camel.component.sjms.reconnect-on-error* | Try to apply reconnection logic 
on consumer pool | true | Boolean
 | *camel.component.sjms.timed-task-manager* | To use a custom 
TimedTaskManager. The option is a 
org.apache.camel.component.sjms.taskmanager.TimedTaskManager type. |  | String
 | *camel.component.sjms.transaction-commit-strategy* | To configure which kind 
of commit strategy to use. Camel provides two implementations out of the box, 
default and batch. The option is a 
org.apache.camel.component.sjms.TransactionCommitStrategy type. |  | String
 |===
-
 // spring-boot-auto-configure options: END
diff --git a/docs/modules/ROOT/pages/sjms2-starter.adoc 
b/docs/modules/ROOT/pages/sjms2-starter.adoc
index 589adea..e06f88e 100644
--- a/docs/modules/ROOT/pages/sjms2-starter.adoc
+++ b/docs/modules/ROOT/pages/sjms2-starter.adoc
@@ -17,7 +17,7 @@ When using sjms2 with Spring Boot make sure to use the 
following Maven dependenc
 ----
 
 
-The component supports 18 options, which are listed below.
+The component supports 20 options, which are listed below.
 
 
 
@@ -40,8 +40,9 @@ The component supports 18 options, which are listed below.
 | *camel.component.sjms2.jms-key-format-strategy* | Pluggable strategy for 
encoding and decoding JMS keys so they can be compliant with the JMS 
specification. Camel provides one implementation out of the box: default. The 
default strategy will safely marshal dots and hyphens (. and -). Can be used 
for JMS brokers which do not care whether JMS header keys contain illegal 
characters. You can provide your own implementation of the 
org.apache.camel.component.jms.JmsKeyFormatStrategy and refe [...]
 | *camel.component.sjms2.lazy-start-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 [...]
 | *camel.component.sjms2.message-created-strategy* | To use the given 
MessageCreatedStrategy which are invoked when Camel creates new instances of 
javax.jms.Message objects when Camel is sending a JMS message. The option is a 
org.apache.camel.component.sjms.jms.MessageCreatedStrategy type. |  | String
+| *camel.component.sjms2.reconnect-back-off* | Backoff in millis on consumer 
pool reconnection attempts | 5000 | Long
+| *camel.component.sjms2.reconnect-on-error* | Try to apply reconnection logic 
on consumer pool | true | Boolean
 | *camel.component.sjms2.timed-task-manager* | To use a custom 
TimedTaskManager. The option is a 
org.apache.camel.component.sjms.taskmanager.TimedTaskManager type. |  | String
 | *camel.component.sjms2.transaction-commit-strategy* | To configure which 
kind of commit strategy to use. Camel provides two implementations out of the 
box, default and batch. The option is a 
org.apache.camel.component.sjms.TransactionCommitStrategy type. |  | String
 |===
-
 // spring-boot-auto-configure options: END

Reply via email to