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-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 688c149 Regen
688c149 is described below
commit 688c149afc329c31dabcf49da01a2bccf1b66027
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Dec 31 12:40:56 2020 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/sjms.json | 4 ++--
.../org/apache/camel/springboot/catalog/components/sjms2.json | 4 ++--
components-starter/camel-sjms-starter/src/main/docs/sjms-starter.adoc | 2 +-
.../camel/component/sjms/springboot/SjmsComponentConfiguration.java | 3 +--
.../camel-sjms2-starter/src/main/docs/sjms2-starter.adoc | 2 +-
.../camel/component/sjms2/springboot/Sjms2ComponentConfiguration.java | 3 +--
docs/modules/ROOT/pages/sjms-starter.adoc | 2 +-
docs/modules/ROOT/pages/sjms2-starter.adoc | 2 +-
8 files changed, 10 insertions(+), 12 deletions(-)
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 ddf124c..1f1ff09 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
@@ -32,7 +32,7 @@
"connectionClientId": { "kind": "property", "displayName": "Connection
Client Id", "group": "advanced", "label": "advanced", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": 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." },
"connectionMaxWait": { "kind": "property", "displayName": "Connection Max
Wait", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 5000, "description": "The max wait time in
millis to block and wait on free connection when the pool is exhausted when
using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource." },
"connectionResource": { "kind": "property", "displayName": "Connection
Resource", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "org.apache.camel.component.sjms.jms.ConnectionResource",
"deprecated": false, "autowired": false, "secret": false, "description": "A
ConnectionResource is an interface that allows for customization and container
control of the ConnectionFactory. See Plugable Connection Resource Management
for further details." },
- "connectionTestOnBorrow": { "kind": "property", "displayName": "Connection
Test On Borrow", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "When using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource then
should each javax.jms.Connection be tested (calling start) before returned from
the pool." },
+ "connectionTestOnBorrow": { "kind": "property", "displayName": "Connection
Test On Borrow", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "When using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource then
should each javax.jms.Connection be tested before being used." },
"destinationCreationStrategy": { "kind": "property", "displayName":
"Destination Creation Strategy", "group": "advanced", "label": "advanced",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.sjms.jms.DestinationCreationStrategy",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a custom DestinationCreationStrategy." },
"jmsKeyFormatStrategy": { "kind": "property", "displayName": "Jms Key
Format Strategy", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "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
defau [...]
"messageCreatedStrategy": { "kind": "property", "displayName": "Message
Created Strategy", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.sjms.jms.MessageCreatedStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "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." },
@@ -77,7 +77,7 @@
"messageCreatedStrategy": { "kind": "parameter", "displayName": "Message
Created Strategy", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.sjms.jms.MessageCreatedStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "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." },
"errorHandlerLoggingLevel": { "kind": "parameter", "displayName": "Error
Handler Logging Level", "group": "logging", "label": "consumer,logging",
"required": false, "type": "object", "javaType":
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN",
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "WARN", "description": "Allows to configure the default
errorHandler logging level for logging uncaught exceptions." },
"errorHandlerLogStackTrace": { "kind": "parameter", "displayName": "Error
Handler Log Stack Trace", "group": "logging", "label": "consumer,logging",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Allows to control whether stacktraces should be logged or not,
by the default errorHandler." },
- "transacted": { "kind": "parameter", "displayName": "Transacted", "group":
"transaction", "label": "consumer,transaction", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Specifies whether to
use transacted mode" },
+ "transacted": { "kind": "parameter", "displayName": "Transacted", "group":
"transaction", "label": "transaction", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Specifies whether to use
transacted mode" },
"transactionBatchCount": { "kind": "parameter", "displayName":
"Transaction Batch Count", "group": "transaction", "label":
"consumer,transaction", "required": false, "type": "integer", "javaType":
"int", "deprecated": true, "autowired": false, "secret": false, "defaultValue":
-1, "description": "If transacted sets the number of messages to process before
committing a transaction." },
"transactionBatchTimeout": { "kind": "parameter", "displayName":
"Transaction Batch Timeout", "group": "transaction", "label":
"consumer,transaction", "required": false, "type": "duration", "javaType":
"long", "deprecated": true, "autowired": false, "secret": false,
"defaultValue": "5s", "description": "Sets timeout (in millis) for batch
transactions, the value should be 1000 or higher." },
"transactionCommitStrategy": { "kind": "parameter", "displayName":
"Transaction Commit Strategy", "group": "transaction", "label": "transaction",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.sjms.TransactionCommitStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "Sets the commit
strategy." },
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 133c702..285f5a1 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
@@ -32,7 +32,7 @@
"connectionClientId": { "kind": "property", "displayName": "Connection
Client Id", "group": "advanced", "label": "advanced", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": 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." },
"connectionMaxWait": { "kind": "property", "displayName": "Connection Max
Wait", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 5000, "description": "The max wait time in
millis to block and wait on free connection when the pool is exhausted when
using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource." },
"connectionResource": { "kind": "property", "displayName": "Connection
Resource", "group": "advanced", "label": "advanced", "required": false, "type":
"object", "javaType": "org.apache.camel.component.sjms.jms.ConnectionResource",
"deprecated": false, "autowired": false, "secret": false, "description": "A
ConnectionResource is an interface that allows for customization and container
control of the ConnectionFactory. See Plugable Connection Resource Management
for further details." },
- "connectionTestOnBorrow": { "kind": "property", "displayName": "Connection
Test On Borrow", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "When using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource then
should each javax.jms.Connection be tested (calling start) before returned from
the pool." },
+ "connectionTestOnBorrow": { "kind": "property", "displayName": "Connection
Test On Borrow", "group": "advanced", "label": "advanced", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": true, "description": "When using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource then
should each javax.jms.Connection be tested before being used." },
"destinationCreationStrategy": { "kind": "property", "displayName":
"Destination Creation Strategy", "group": "advanced", "label": "advanced",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.sjms.jms.DestinationCreationStrategy",
"deprecated": false, "autowired": false, "secret": false, "description": "To
use a custom DestinationCreationStrategy." },
"jmsKeyFormatStrategy": { "kind": "property", "displayName": "Jms Key
Format Strategy", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "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
defau [...]
"messageCreatedStrategy": { "kind": "property", "displayName": "Message
Created Strategy", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.sjms.jms.MessageCreatedStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "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." },
@@ -80,7 +80,7 @@
"messageCreatedStrategy": { "kind": "parameter", "displayName": "Message
Created Strategy", "group": "advanced", "label": "advanced", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.sjms.jms.MessageCreatedStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "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." },
"errorHandlerLoggingLevel": { "kind": "parameter", "displayName": "Error
Handler Logging Level", "group": "logging", "label": "consumer,logging",
"required": false, "type": "object", "javaType":
"org.apache.camel.LoggingLevel", "enum": [ "TRACE", "DEBUG", "INFO", "WARN",
"ERROR", "OFF" ], "deprecated": false, "autowired": false, "secret": false,
"defaultValue": "WARN", "description": "Allows to configure the default
errorHandler logging level for logging uncaught exceptions." },
"errorHandlerLogStackTrace": { "kind": "parameter", "displayName": "Error
Handler Log Stack Trace", "group": "logging", "label": "consumer,logging",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": true,
"description": "Allows to control whether stacktraces should be logged or not,
by the default errorHandler." },
- "transacted": { "kind": "parameter", "displayName": "Transacted", "group":
"transaction", "label": "consumer,transaction", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": false, "description": "Specifies whether to
use transacted mode" },
+ "transacted": { "kind": "parameter", "displayName": "Transacted", "group":
"transaction", "label": "transaction", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "autowired": false, "secret":
false, "defaultValue": false, "description": "Specifies whether to use
transacted mode" },
"transactionBatchCount": { "kind": "parameter", "displayName":
"Transaction Batch Count", "group": "transaction", "label":
"consumer,transaction", "required": false, "type": "integer", "javaType":
"int", "deprecated": true, "autowired": false, "secret": false, "defaultValue":
-1, "description": "If transacted sets the number of messages to process before
committing a transaction." },
"transactionBatchTimeout": { "kind": "parameter", "displayName":
"Transaction Batch Timeout", "group": "transaction", "label":
"consumer,transaction", "required": false, "type": "duration", "javaType":
"long", "deprecated": true, "autowired": false, "secret": false,
"defaultValue": "5s", "description": "Sets timeout (in millis) for batch
transactions, the value should be 1000 or higher." },
"transactionCommitStrategy": { "kind": "parameter", "displayName":
"Transaction Commit Strategy", "group": "transaction", "label": "transaction",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.sjms.TransactionCommitStrategy", "deprecated":
false, "autowired": false, "secret": false, "description": "Sets the commit
strategy." },
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 7d6b732..ae6b948 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
@@ -39,7 +39,7 @@ The component supports 27 options, which are listed below.
| *camel.component.sjms.connection-max-wait* | The max wait time in millis to
block and wait on free connection when the pool is exhausted when using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | 5000 |
Long
| *camel.component.sjms.connection-password* | The password to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms.connection-resource* | A ConnectionResource is an
interface that allows for customization and container control of the
ConnectionFactory. See Plugable Connection Resource Management for further
details. The option is a org.apache.camel.component.sjms.jms.ConnectionResource
type. | | ConnectionResource
-| *camel.component.sjms.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested (calling start) before returned from the pool. |
true | Boolean
+| *camel.component.sjms.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested before being used. | true | Boolean
| *camel.component.sjms.connection-username* | The username to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms.destination-creation-strategy* | To use a custom
DestinationCreationStrategy. The option is a
org.apache.camel.component.sjms.jms.DestinationCreationStrategy type. | |
DestinationCreationStrategy
| *camel.component.sjms.enabled* | Whether to enable auto configuration of the
sjms component. This is enabled by default. | | Boolean
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 8dfeae7..c63416e 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
@@ -114,8 +114,7 @@ public class SjmsComponentConfiguration
/**
* When using the default
* org.apache.camel.component.sjms.jms.ConnectionFactoryResource then
should
- * each javax.jms.Connection be tested (calling start) before returned from
- * the pool.
+ * each javax.jms.Connection be tested before being used.
*/
private Boolean connectionTestOnBorrow = true;
/**
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 d6213a9..c2989b6 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
@@ -32,7 +32,7 @@ The component supports 20 options, which are listed below.
| *camel.component.sjms2.connection-max-wait* | The max wait time in millis to
block and wait on free connection when the pool is exhausted when using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | 5000 |
Long
| *camel.component.sjms2.connection-password* | The password to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms2.connection-resource* | A ConnectionResource is an
interface that allows for customization and container control of the
ConnectionFactory. See Plugable Connection Resource Management for further
details. The option is a org.apache.camel.component.sjms.jms.ConnectionResource
type. | | ConnectionResource
-| *camel.component.sjms2.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested (calling start) before returned from the pool. |
true | Boolean
+| *camel.component.sjms2.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested before being used. | true | Boolean
| *camel.component.sjms2.connection-username* | The username to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms2.destination-creation-strategy* | To use a custom
DestinationCreationStrategy. The option is a
org.apache.camel.component.sjms.jms.DestinationCreationStrategy type. | |
DestinationCreationStrategy
| *camel.component.sjms2.enabled* | Whether to enable auto configuration of
the sjms2 component. This is enabled by default. | | Boolean
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 a9d398f..05791b8 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
@@ -114,8 +114,7 @@ public class Sjms2ComponentConfiguration
/**
* When using the default
* org.apache.camel.component.sjms.jms.ConnectionFactoryResource then
should
- * each javax.jms.Connection be tested (calling start) before returned from
- * the pool.
+ * each javax.jms.Connection be tested before being used.
*/
private Boolean connectionTestOnBorrow = true;
/**
diff --git a/docs/modules/ROOT/pages/sjms-starter.adoc
b/docs/modules/ROOT/pages/sjms-starter.adoc
index 7d6b732..ae6b948 100644
--- a/docs/modules/ROOT/pages/sjms-starter.adoc
+++ b/docs/modules/ROOT/pages/sjms-starter.adoc
@@ -39,7 +39,7 @@ The component supports 27 options, which are listed below.
| *camel.component.sjms.connection-max-wait* | The max wait time in millis to
block and wait on free connection when the pool is exhausted when using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | 5000 |
Long
| *camel.component.sjms.connection-password* | The password to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms.connection-resource* | A ConnectionResource is an
interface that allows for customization and container control of the
ConnectionFactory. See Plugable Connection Resource Management for further
details. The option is a org.apache.camel.component.sjms.jms.ConnectionResource
type. | | ConnectionResource
-| *camel.component.sjms.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested (calling start) before returned from the pool. |
true | Boolean
+| *camel.component.sjms.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested before being used. | true | Boolean
| *camel.component.sjms.connection-username* | The username to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms.destination-creation-strategy* | To use a custom
DestinationCreationStrategy. The option is a
org.apache.camel.component.sjms.jms.DestinationCreationStrategy type. | |
DestinationCreationStrategy
| *camel.component.sjms.enabled* | Whether to enable auto configuration of the
sjms component. This is enabled by default. | | Boolean
diff --git a/docs/modules/ROOT/pages/sjms2-starter.adoc
b/docs/modules/ROOT/pages/sjms2-starter.adoc
index d6213a9..c2989b6 100644
--- a/docs/modules/ROOT/pages/sjms2-starter.adoc
+++ b/docs/modules/ROOT/pages/sjms2-starter.adoc
@@ -32,7 +32,7 @@ The component supports 20 options, which are listed below.
| *camel.component.sjms2.connection-max-wait* | The max wait time in millis to
block and wait on free connection when the pool is exhausted when using the
default org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | 5000 |
Long
| *camel.component.sjms2.connection-password* | The password to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms2.connection-resource* | A ConnectionResource is an
interface that allows for customization and container control of the
ConnectionFactory. See Plugable Connection Resource Management for further
details. The option is a org.apache.camel.component.sjms.jms.ConnectionResource
type. | | ConnectionResource
-| *camel.component.sjms2.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested (calling start) before returned from the pool. |
true | Boolean
+| *camel.component.sjms2.connection-test-on-borrow* | When using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource then should each
javax.jms.Connection be tested before being used. | true | Boolean
| *camel.component.sjms2.connection-username* | The username to use when
creating javax.jms.Connection when using the default
org.apache.camel.component.sjms.jms.ConnectionFactoryResource. | | String
| *camel.component.sjms2.destination-creation-strategy* | To use a custom
DestinationCreationStrategy. The option is a
org.apache.camel.component.sjms.jms.DestinationCreationStrategy type. | |
DestinationCreationStrategy
| *camel.component.sjms2.enabled* | Whether to enable auto configuration of
the sjms2 component. This is enabled by default. | | Boolean