This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new ddc0755e6e0 Regen
ddc0755e6e0 is described below
commit ddc0755e6e0659e73f743f15b95b76c888804466
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 16 09:06:44 2024 +0200
Regen
---
.../springboot/catalog/components/activemq.json | 46 ++++++++++++----------
.../camel/springboot/catalog/components/amqp.json | 46 ++++++++++++----------
.../camel/springboot/catalog/components/jms.json | 46 ++++++++++++----------
.../springboot/catalog/components/salesforce.json | 2 +-
.../src/main/docs/activemq.json | 14 +++++++
.../springboot/ActiveMQComponentConfiguration.java | 28 +++++++++++++
.../camel-amqp-starter/src/main/docs/amqp.json | 14 +++++++
.../springboot/AMQPComponentConfiguration.java | 28 +++++++++++++
.../camel-jms-starter/src/main/docs/jms.json | 14 +++++++
.../jms/springboot/JmsComponentConfiguration.java | 28 +++++++++++++
.../src/main/docs/salesforce.json | 2 +-
.../SalesforceComponentConfiguration.java | 6 +--
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
13 files changed, 207 insertions(+), 69 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
index 843befb5e58..8a602a49bfd 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/activemq.json
@@ -118,17 +118,19 @@
"useMessageIDAsCorrelationID": { "index": 92, "kind": "property",
"displayName": "Use Message IDAs Correlation ID", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether
JMSMessageID should always be used as JMSC [...]
"waitForProvisionCorrelationToBeUpdatedCounter": { "index": 93, "kind":
"property", "displayName": "Wait For Provision Correlation To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 50, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for [...]
"waitForProvisionCorrelationToBeUpdatedThreadSleepingTime": { "index": 94,
"kind": "property", "displayName": "Wait For Provision Correlation To Be
Updated Thread Sleeping Time", "group": "advanced", "label": "advanced",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": [...]
- "headerFilterStrategy": { "index": 95, "kind": "property", "displayName":
"Header Filter Strategy", "group": "filter", "label": "filter", "required":
false, "type": "object", "javaType":
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired":
false, "secret": false, "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message." },
- "errorHandlerLoggingLevel": { "index": 96, "kind": "property",
"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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configur [...]
- "errorHandlerLogStackTrace": { "index": 97, "kind": "property",
"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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged or [...]
- "password": { "index": 98, "kind": "property", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "username": { "index": 99, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "transacted": { "index": 100, "kind": "property", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
- "transactedInOut": { "index": 101, "kind": "property", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
- "lazyCreateTransactionManager": { "index": 102, "kind": "property",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
- "transactionManager": { "index": 103, "kind": "property", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
- "transactionName": { "index": 104, "kind": "property", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
- "transactionTimeout": { "index": 105, "kind": "property", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
+ "waitForTemporaryReplyToToBeUpdatedCounter": { "index": 95, "kind":
"property", "displayName": "Wait For Temporary Reply To To Be Updated Counter",
"group": "advanced", "label": "advanced", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 200, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for tempor [...]
+ "waitForTemporaryReplyToToBeUpdatedThreadSleepingTime": { "index": 96,
"kind": "property", "displayName": "Wait For Temporary Reply To To Be Updated
Thread Sleeping Time", "group": "advanced", "label": "advanced", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Interv [...]
+ "headerFilterStrategy": { "index": 97, "kind": "property", "displayName":
"Header Filter Strategy", "group": "filter", "label": "filter", "required":
false, "type": "object", "javaType":
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired":
false, "secret": false, "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message." },
+ "errorHandlerLoggingLevel": { "index": 98, "kind": "property",
"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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configur [...]
+ "errorHandlerLogStackTrace": { "index": 99, "kind": "property",
"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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged or [...]
+ "password": { "index": 100, "kind": "property", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "username": { "index": 101, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "transacted": { "index": 102, "kind": "property", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
+ "transactedInOut": { "index": 103, "kind": "property", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
+ "lazyCreateTransactionManager": { "index": 104, "kind": "property",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
+ "transactionManager": { "index": 105, "kind": "property", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
+ "transactionName": { "index": 106, "kind": "property", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
+ "transactionTimeout": { "index": 107, "kind": "property", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
},
"headers": {
"CamelJmsDestination": { "index": 0, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"jakarta.jms.Destination", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The destination.",
"constantName": "org.apache.camel.component.jms.JmsConstants#JMS_DESTINATION" },
@@ -241,15 +243,17 @@
"useMessageIDAsCorrelationID": { "index": 87, "kind": "parameter",
"displayName": "Use Message IDAs Correlation ID", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether
JMSMessageID should always be used as JMS [...]
"waitForProvisionCorrelationToBeUpdatedCounter": { "index": 88, "kind":
"parameter", "displayName": "Wait For Provision Correlation To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 50, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for [...]
"waitForProvisionCorrelationToBeUpdatedThreadSleepingTime": { "index": 89,
"kind": "parameter", "displayName": "Wait For Provision Correlation To Be
Updated Thread Sleeping Time", "group": "advanced", "label": "advanced",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": [...]
- "errorHandlerLoggingLevel": { "index": 90, "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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configu [...]
- "errorHandlerLogStackTrace": { "index": 91, "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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged o [...]
- "password": { "index": 92, "kind": "parameter", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "username": { "index": 93, "kind": "parameter", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "transacted": { "index": 94, "kind": "parameter", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
- "transactedInOut": { "index": 95, "kind": "parameter", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
- "lazyCreateTransactionManager": { "index": 96, "kind": "parameter",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
- "transactionManager": { "index": 97, "kind": "parameter", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
- "transactionName": { "index": 98, "kind": "parameter", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
- "transactionTimeout": { "index": 99, "kind": "parameter", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
+ "waitForTemporaryReplyToToBeUpdatedCounter": { "index": 90, "kind":
"parameter", "displayName": "Wait For Temporary Reply To To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 200, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for tempo [...]
+ "waitForTemporaryReplyToToBeUpdatedThreadSleepingTime": { "index": 91,
"kind": "parameter", "displayName": "Wait For Temporary Reply To To Be Updated
Thread Sleeping Time", "group": "advanced", "label": "advanced", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Inter [...]
+ "errorHandlerLoggingLevel": { "index": 92, "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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configu [...]
+ "errorHandlerLogStackTrace": { "index": 93, "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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged o [...]
+ "password": { "index": 94, "kind": "parameter", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "username": { "index": 95, "kind": "parameter", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "transacted": { "index": 96, "kind": "parameter", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
+ "transactedInOut": { "index": 97, "kind": "parameter", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
+ "lazyCreateTransactionManager": { "index": 98, "kind": "parameter",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
+ "transactionManager": { "index": 99, "kind": "parameter", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
+ "transactionName": { "index": 100, "kind": "parameter", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
+ "transactionTimeout": { "index": 101, "kind": "parameter", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using [...]
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
index 40d44045bfe..d20831aec12 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/amqp.json
@@ -114,17 +114,19 @@
"useMessageIDAsCorrelationID": { "index": 88, "kind": "property",
"displayName": "Use Message IDAs Correlation ID", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether
JMSMessageID should always be used as JMSC [...]
"waitForProvisionCorrelationToBeUpdatedCounter": { "index": 89, "kind":
"property", "displayName": "Wait For Provision Correlation To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 50, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for [...]
"waitForProvisionCorrelationToBeUpdatedThreadSleepingTime": { "index": 90,
"kind": "property", "displayName": "Wait For Provision Correlation To Be
Updated Thread Sleeping Time", "group": "advanced", "label": "advanced",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": [...]
- "headerFilterStrategy": { "index": 91, "kind": "property", "displayName":
"Header Filter Strategy", "group": "filter", "label": "filter", "required":
false, "type": "object", "javaType":
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired":
false, "secret": false, "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message." },
- "errorHandlerLoggingLevel": { "index": 92, "kind": "property",
"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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configur [...]
- "errorHandlerLogStackTrace": { "index": 93, "kind": "property",
"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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged or [...]
- "password": { "index": 94, "kind": "property", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "username": { "index": 95, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "transacted": { "index": 96, "kind": "property", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
- "transactedInOut": { "index": 97, "kind": "property", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted m [...]
- "lazyCreateTransactionManager": { "index": 98, "kind": "property",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsTr [...]
- "transactionManager": { "index": 99, "kind": "property", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction manag [...]
- "transactionName": { "index": 100, "kind": "property", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
- "transactionTimeout": { "index": 101, "kind": "property", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
+ "waitForTemporaryReplyToToBeUpdatedCounter": { "index": 91, "kind":
"property", "displayName": "Wait For Temporary Reply To To Be Updated Counter",
"group": "advanced", "label": "advanced", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 200, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for tempor [...]
+ "waitForTemporaryReplyToToBeUpdatedThreadSleepingTime": { "index": 92,
"kind": "property", "displayName": "Wait For Temporary Reply To To Be Updated
Thread Sleeping Time", "group": "advanced", "label": "advanced", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Interv [...]
+ "headerFilterStrategy": { "index": 93, "kind": "property", "displayName":
"Header Filter Strategy", "group": "filter", "label": "filter", "required":
false, "type": "object", "javaType":
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired":
false, "secret": false, "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message." },
+ "errorHandlerLoggingLevel": { "index": 94, "kind": "property",
"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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configur [...]
+ "errorHandlerLogStackTrace": { "index": 95, "kind": "property",
"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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged or [...]
+ "password": { "index": 96, "kind": "property", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "username": { "index": 97, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "transacted": { "index": 98, "kind": "property", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
+ "transactedInOut": { "index": 99, "kind": "property", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted m [...]
+ "lazyCreateTransactionManager": { "index": 100, "kind": "property",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
+ "transactionManager": { "index": 101, "kind": "property", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
+ "transactionName": { "index": 102, "kind": "property", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
+ "transactionTimeout": { "index": 103, "kind": "property", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
},
"headers": {
"CamelJmsDestination": { "index": 0, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"jakarta.jms.Destination", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The destination.",
"constantName": "org.apache.camel.component.jms.JmsConstants#JMS_DESTINATION" },
@@ -236,15 +238,17 @@
"useMessageIDAsCorrelationID": { "index": 86, "kind": "parameter",
"displayName": "Use Message IDAs Correlation ID", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether
JMSMessageID should always be used as JMS [...]
"waitForProvisionCorrelationToBeUpdatedCounter": { "index": 87, "kind":
"parameter", "displayName": "Wait For Provision Correlation To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 50, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for [...]
"waitForProvisionCorrelationToBeUpdatedThreadSleepingTime": { "index": 88,
"kind": "parameter", "displayName": "Wait For Provision Correlation To Be
Updated Thread Sleeping Time", "group": "advanced", "label": "advanced",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": [...]
- "errorHandlerLoggingLevel": { "index": 89, "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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configu [...]
- "errorHandlerLogStackTrace": { "index": 90, "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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged o [...]
- "password": { "index": 91, "kind": "parameter", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "username": { "index": 92, "kind": "parameter", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "transacted": { "index": 93, "kind": "parameter", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
- "transactedInOut": { "index": 94, "kind": "parameter", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
- "lazyCreateTransactionManager": { "index": 95, "kind": "parameter",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
- "transactionManager": { "index": 96, "kind": "parameter", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
- "transactionName": { "index": 97, "kind": "parameter", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
- "transactionTimeout": { "index": 98, "kind": "parameter", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
+ "waitForTemporaryReplyToToBeUpdatedCounter": { "index": 89, "kind":
"parameter", "displayName": "Wait For Temporary Reply To To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 200, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for tempo [...]
+ "waitForTemporaryReplyToToBeUpdatedThreadSleepingTime": { "index": 90,
"kind": "parameter", "displayName": "Wait For Temporary Reply To To Be Updated
Thread Sleeping Time", "group": "advanced", "label": "advanced", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Inter [...]
+ "errorHandlerLoggingLevel": { "index": 91, "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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configu [...]
+ "errorHandlerLogStackTrace": { "index": 92, "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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged o [...]
+ "password": { "index": 93, "kind": "parameter", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "username": { "index": 94, "kind": "parameter", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "transacted": { "index": 95, "kind": "parameter", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
+ "transactedInOut": { "index": 96, "kind": "parameter", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
+ "lazyCreateTransactionManager": { "index": 97, "kind": "parameter",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
+ "transactionManager": { "index": 98, "kind": "parameter", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
+ "transactionName": { "index": 99, "kind": "parameter", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
+ "transactionTimeout": { "index": 100, "kind": "parameter", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using [...]
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jms.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jms.json
index 475cbf83895..ac148f75e89 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jms.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jms.json
@@ -113,17 +113,19 @@
"useMessageIDAsCorrelationID": { "index": 87, "kind": "property",
"displayName": "Use Message IDAs Correlation ID", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether
JMSMessageID should always be used as JMSC [...]
"waitForProvisionCorrelationToBeUpdatedCounter": { "index": 88, "kind":
"property", "displayName": "Wait For Provision Correlation To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 50, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for [...]
"waitForProvisionCorrelationToBeUpdatedThreadSleepingTime": { "index": 89,
"kind": "property", "displayName": "Wait For Provision Correlation To Be
Updated Thread Sleeping Time", "group": "advanced", "label": "advanced",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": [...]
- "headerFilterStrategy": { "index": 90, "kind": "property", "displayName":
"Header Filter Strategy", "group": "filter", "label": "filter", "required":
false, "type": "object", "javaType":
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired":
false, "secret": false, "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message." },
- "errorHandlerLoggingLevel": { "index": 91, "kind": "property",
"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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configur [...]
- "errorHandlerLogStackTrace": { "index": 92, "kind": "property",
"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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged or [...]
- "password": { "index": 93, "kind": "property", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "username": { "index": 94, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "transacted": { "index": 95, "kind": "property", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
- "transactedInOut": { "index": 96, "kind": "property", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted m [...]
- "lazyCreateTransactionManager": { "index": 97, "kind": "property",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsTr [...]
- "transactionManager": { "index": 98, "kind": "property", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction manag [...]
- "transactionName": { "index": 99, "kind": "property", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
- "transactionTimeout": { "index": 100, "kind": "property", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
+ "waitForTemporaryReplyToToBeUpdatedCounter": { "index": 90, "kind":
"property", "displayName": "Wait For Temporary Reply To To Be Updated Counter",
"group": "advanced", "label": "advanced", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 200, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for tempor [...]
+ "waitForTemporaryReplyToToBeUpdatedThreadSleepingTime": { "index": 91,
"kind": "property", "displayName": "Wait For Temporary Reply To To Be Updated
Thread Sleeping Time", "group": "advanced", "label": "advanced", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Interv [...]
+ "headerFilterStrategy": { "index": 92, "kind": "property", "displayName":
"Header Filter Strategy", "group": "filter", "label": "filter", "required":
false, "type": "object", "javaType":
"org.apache.camel.spi.HeaderFilterStrategy", "deprecated": false, "autowired":
false, "secret": false, "description": "To use a custom
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel
message." },
+ "errorHandlerLoggingLevel": { "index": 93, "kind": "property",
"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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configur [...]
+ "errorHandlerLogStackTrace": { "index": 94, "kind": "property",
"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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged or [...]
+ "password": { "index": 95, "kind": "property", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "username": { "index": 96, "kind": "property", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "transacted": { "index": 97, "kind": "property", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
+ "transactedInOut": { "index": 98, "kind": "property", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted m [...]
+ "lazyCreateTransactionManager": { "index": 99, "kind": "property",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsTr [...]
+ "transactionManager": { "index": 100, "kind": "property", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
+ "transactionName": { "index": 101, "kind": "property", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
+ "transactionTimeout": { "index": 102, "kind": "property", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
},
"headers": {
"CamelJmsDestination": { "index": 0, "kind": "header", "displayName": "",
"group": "producer", "label": "producer", "required": false, "javaType":
"jakarta.jms.Destination", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "The destination.",
"constantName": "org.apache.camel.component.jms.JmsConstants#JMS_DESTINATION" },
@@ -235,15 +237,17 @@
"useMessageIDAsCorrelationID": { "index": 86, "kind": "parameter",
"displayName": "Use Message IDAs Correlation ID", "group": "advanced", "label":
"advanced", "required": false, "type": "boolean", "javaType": "boolean",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
false, "configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether
JMSMessageID should always be used as JMS [...]
"waitForProvisionCorrelationToBeUpdatedCounter": { "index": 87, "kind":
"parameter", "displayName": "Wait For Provision Correlation To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 50, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for [...]
"waitForProvisionCorrelationToBeUpdatedThreadSleepingTime": { "index": 88,
"kind": "parameter", "displayName": "Wait For Provision Correlation To Be
Updated Thread Sleeping Time", "group": "advanced", "label": "advanced",
"required": false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": [...]
- "errorHandlerLoggingLevel": { "index": 89, "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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configu [...]
- "errorHandlerLogStackTrace": { "index": 90, "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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged o [...]
- "password": { "index": 91, "kind": "parameter", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "username": { "index": 92, "kind": "parameter", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
- "transacted": { "index": 93, "kind": "parameter", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
- "transactedInOut": { "index": 94, "kind": "parameter", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
- "lazyCreateTransactionManager": { "index": 95, "kind": "parameter",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
- "transactionManager": { "index": 96, "kind": "parameter", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
- "transactionName": { "index": 97, "kind": "parameter", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
- "transactionTimeout": { "index": 98, "kind": "parameter", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using t [...]
+ "waitForTemporaryReplyToToBeUpdatedCounter": { "index": 89, "kind":
"parameter", "displayName": "Wait For Temporary Reply To To Be Updated
Counter", "group": "advanced", "label": "advanced", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": 200, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Number of times to wait for tempo [...]
+ "waitForTemporaryReplyToToBeUpdatedThreadSleepingTime": { "index": 90,
"kind": "parameter", "displayName": "Wait For Temporary Reply To To Be Updated
Thread Sleeping Time", "group": "advanced", "label": "advanced", "required":
false, "type": "duration", "javaType": "long", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": "100",
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Inter [...]
+ "errorHandlerLoggingLevel": { "index": 91, "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", "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configu [...]
+ "errorHandlerLogStackTrace": { "index": 92, "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, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Allows to control whether stack-traces should
be logged o [...]
+ "password": { "index": 93, "kind": "parameter", "displayName": "Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Password to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "username": { "index": 94, "kind": "parameter", "displayName": "Username",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "Username to use with the ConnectionFactory.
You can also configure username\/password directly on the ConnectionFactory." },
+ "transacted": { "index": 95, "kind": "parameter", "displayName":
"Transacted", "group": "transaction", "label": "transaction", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether to use
transacted mode" },
+ "transactedInOut": { "index": 96, "kind": "parameter", "displayName":
"Transacted In Out", "group": "transaction", "label": "transaction",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "Specifies whether InOut
operations (request reply) default to using transacted [...]
+ "lazyCreateTransactionManager": { "index": 97, "kind": "parameter",
"displayName": "Lazy Create Transaction Manager", "group": "transaction
(advanced)", "label": "transaction,advanced", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false,
"secret": false, "defaultValue": true, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "If true, Camel will create a JmsT [...]
+ "transactionManager": { "index": 98, "kind": "parameter", "displayName":
"Transaction Manager", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "object", "javaType":
"org.springframework.transaction.PlatformTransactionManager", "deprecated":
false, "autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The Spring transaction mana [...]
+ "transactionName": { "index": 99, "kind": "parameter", "displayName":
"Transaction Name", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"configurationClass": "org.apache.camel.component.jms.JmsConfiguration",
"configurationField": "configuration", "description": "The name of the
transaction to use." },
+ "transactionTimeout": { "index": 100, "kind": "parameter", "displayName":
"Transaction Timeout", "group": "transaction (advanced)", "label":
"transaction,advanced", "required": false, "type": "integer", "javaType":
"int", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": -1, "configurationClass":
"org.apache.camel.component.jms.JmsConfiguration", "configurationField":
"configuration", "description": "The timeout value of the transaction (in
seconds), if using [...]
}
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
index a53736a577f..e5b92a64d53 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
@@ -103,7 +103,7 @@
"httpProxyIncludedAddresses": { "index": 76, "kind": "property",
"displayName": "Http Proxy Included Addresses", "group": "proxy", "label":
"common,proxy", "required": false, "type": "object", "javaType":
"java.util.Set<java.lang.String>", "deprecated": false, "autowired": false,
"secret": false, "description": "A list of addresses for which HTTP proxy
server should be used." },
"httpProxyPort": { "index": 77, "kind": "property", "displayName": "Http
Proxy Port", "group": "proxy", "label": "common,proxy", "required": false,
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false,
"autowired": false, "secret": false, "description": "Port number of the HTTP
proxy server to use." },
"httpProxySocks4": { "index": 78, "kind": "property", "displayName": "Http
Proxy Socks4", "group": "proxy", "label": "common,proxy", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired":
false, "secret": false, "defaultValue": false, "description": "If set to true
the configures the HTTP proxy to use as a SOCKS4 proxy." },
- "authenticationType": { "index": 79, "kind": "property", "displayName":
"Authentication Type", "group": "security", "label": "common,security",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.salesforce.AuthenticationType", "enum": [
"USERNAME_PASSWORD", "REFRESH_TOKEN", "JWT" ], "deprecated": false,
"autowired": false, "secret": false, "description": "Explicit authentication
method to be used, one of USERNAME_PASSWORD, REFRESH_TOKEN or JWT. Salesforce
co [...]
+ "authenticationType": { "index": 79, "kind": "property", "displayName":
"Authentication Type", "group": "security", "label": "common,security",
"required": false, "type": "object", "javaType":
"org.apache.camel.component.salesforce.AuthenticationType", "enum": [
"USERNAME_PASSWORD", "REFRESH_TOKEN", "CLIENT_CREDENTIALS", "JWT" ],
"deprecated": false, "autowired": false, "secret": false, "description":
"Explicit authentication method to be used, one of USERNAME_PASSWORD,
REFRESH_TOKEN [...]
"clientId": { "index": 80, "kind": "property", "displayName": "Client Id",
"group": "security", "label": "common,security", "required": true, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "description": "OAuth Consumer Key of the connected app
configured in the Salesforce instance setup. Typically a connected app needs to
be configured but one can be provided by installing a package." },
"clientSecret": { "index": 81, "kind": "property", "displayName": "Client
Secret", "group": "security", "label": "common,security", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": true, "description": "OAuth Consumer Secret of
the connected app configured in the Salesforce instance setup." },
"httpProxyAuthUri": { "index": 82, "kind": "property", "displayName":
"Http Proxy Auth Uri", "group": "security", "label": "common,proxy,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "autowired": false, "secret": false, "description": "Used
in authentication against the HTTP proxy server, needs to match the URI of the
proxy server in order for the httpProxyUsername and httpProxyPassword to be
used for authentication." },
diff --git
a/components-starter/camel-activemq-starter/src/main/docs/activemq.json
b/components-starter/camel-activemq-starter/src/main/docs/activemq.json
index fc678fa52cb..ed5202c16dc 100644
--- a/components-starter/camel-activemq-starter/src/main/docs/activemq.json
+++ b/components-starter/camel-activemq-starter/src/main/docs/activemq.json
@@ -726,6 +726,20 @@
"description": "Interval in millis to sleep each time while waiting for
provisional correlation id to be updated. The option is a long type.",
"sourceType":
"org.apache.camel.component.activemq.springboot.ActiveMQComponentConfiguration",
"defaultValue": 100
+ },
+ {
+ "name":
"camel.component.activemq.wait-for-temporary-reply-to-to-be-updated-counter",
+ "type": "java.lang.Integer",
+ "description": "Number of times to wait for temporary replyTo queue to
be created and ready when doing request\/reply over JMS.",
+ "sourceType":
"org.apache.camel.component.activemq.springboot.ActiveMQComponentConfiguration",
+ "defaultValue": 200
+ },
+ {
+ "name":
"camel.component.activemq.wait-for-temporary-reply-to-to-be-updated-thread-sleeping-time",
+ "type": "java.lang.Long",
+ "description": "Interval in millis to sleep each time while waiting for
temporary replyTo queue to be ready. The option is a long type.",
+ "sourceType":
"org.apache.camel.component.activemq.springboot.ActiveMQComponentConfiguration",
+ "defaultValue": 100
}
],
"hints": []
diff --git
a/components-starter/camel-activemq-starter/src/main/java/org/apache/camel/component/activemq/springboot/ActiveMQComponentConfiguration.java
b/components-starter/camel-activemq-starter/src/main/java/org/apache/camel/component/activemq/springboot/ActiveMQComponentConfiguration.java
index 3a8932aa48c..73424e8a106 100644
---
a/components-starter/camel-activemq-starter/src/main/java/org/apache/camel/component/activemq/springboot/ActiveMQComponentConfiguration.java
+++
b/components-starter/camel-activemq-starter/src/main/java/org/apache/camel/component/activemq/springboot/ActiveMQComponentConfiguration.java
@@ -764,6 +764,16 @@ public class ActiveMQComponentConfiguration
* correlation id to be updated. The option is a long type.
*/
private Long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime =
100L;
+ /**
+ * Number of times to wait for temporary replyTo queue to be created and
+ * ready when doing request/reply over JMS.
+ */
+ private Integer waitForTemporaryReplyToToBeUpdatedCounter = 200;
+ /**
+ * Interval in millis to sleep each time while waiting for temporary
replyTo
+ * queue to be ready. The option is a long type.
+ */
+ private Long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime = 100L;
/**
* To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
* header to and from Camel message. The option is a
@@ -1610,6 +1620,24 @@ public class ActiveMQComponentConfiguration
this.waitForProvisionCorrelationToBeUpdatedThreadSleepingTime =
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime;
}
+ public Integer getWaitForTemporaryReplyToToBeUpdatedCounter() {
+ return waitForTemporaryReplyToToBeUpdatedCounter;
+ }
+
+ public void setWaitForTemporaryReplyToToBeUpdatedCounter(
+ Integer waitForTemporaryReplyToToBeUpdatedCounter) {
+ this.waitForTemporaryReplyToToBeUpdatedCounter =
waitForTemporaryReplyToToBeUpdatedCounter;
+ }
+
+ public Long getWaitForTemporaryReplyToToBeUpdatedThreadSleepingTime() {
+ return waitForTemporaryReplyToToBeUpdatedThreadSleepingTime;
+ }
+
+ public void setWaitForTemporaryReplyToToBeUpdatedThreadSleepingTime(
+ Long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) {
+ this.waitForTemporaryReplyToToBeUpdatedThreadSleepingTime =
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime;
+ }
+
public HeaderFilterStrategy getHeaderFilterStrategy() {
return headerFilterStrategy;
}
diff --git a/components-starter/camel-amqp-starter/src/main/docs/amqp.json
b/components-starter/camel-amqp-starter/src/main/docs/amqp.json
index f790ec88003..04f0ec14bf3 100644
--- a/components-starter/camel-amqp-starter/src/main/docs/amqp.json
+++ b/components-starter/camel-amqp-starter/src/main/docs/amqp.json
@@ -699,6 +699,20 @@
"description": "Interval in millis to sleep each time while waiting for
provisional correlation id to be updated. The option is a long type.",
"sourceType":
"org.apache.camel.component.amqp.springboot.AMQPComponentConfiguration",
"defaultValue": 100
+ },
+ {
+ "name":
"camel.component.amqp.wait-for-temporary-reply-to-to-be-updated-counter",
+ "type": "java.lang.Integer",
+ "description": "Number of times to wait for temporary replyTo queue to
be created and ready when doing request\/reply over JMS.",
+ "sourceType":
"org.apache.camel.component.amqp.springboot.AMQPComponentConfiguration",
+ "defaultValue": 200
+ },
+ {
+ "name":
"camel.component.amqp.wait-for-temporary-reply-to-to-be-updated-thread-sleeping-time",
+ "type": "java.lang.Long",
+ "description": "Interval in millis to sleep each time while waiting for
temporary replyTo queue to be ready. The option is a long type.",
+ "sourceType":
"org.apache.camel.component.amqp.springboot.AMQPComponentConfiguration",
+ "defaultValue": 100
}
],
"hints": []
diff --git
a/components-starter/camel-amqp-starter/src/main/java/org/apache/camel/component/amqp/springboot/AMQPComponentConfiguration.java
b/components-starter/camel-amqp-starter/src/main/java/org/apache/camel/component/amqp/springboot/AMQPComponentConfiguration.java
index 71179870b4e..bfd4c5caf29 100644
---
a/components-starter/camel-amqp-starter/src/main/java/org/apache/camel/component/amqp/springboot/AMQPComponentConfiguration.java
+++
b/components-starter/camel-amqp-starter/src/main/java/org/apache/camel/component/amqp/springboot/AMQPComponentConfiguration.java
@@ -734,6 +734,16 @@ public class AMQPComponentConfiguration
* correlation id to be updated. The option is a long type.
*/
private Long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime =
100L;
+ /**
+ * Number of times to wait for temporary replyTo queue to be created and
+ * ready when doing request/reply over JMS.
+ */
+ private Integer waitForTemporaryReplyToToBeUpdatedCounter = 200;
+ /**
+ * Interval in millis to sleep each time while waiting for temporary
replyTo
+ * queue to be ready. The option is a long type.
+ */
+ private Long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime = 100L;
/**
* To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
* header to and from Camel message. The option is a
@@ -1548,6 +1558,24 @@ public class AMQPComponentConfiguration
this.waitForProvisionCorrelationToBeUpdatedThreadSleepingTime =
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime;
}
+ public Integer getWaitForTemporaryReplyToToBeUpdatedCounter() {
+ return waitForTemporaryReplyToToBeUpdatedCounter;
+ }
+
+ public void setWaitForTemporaryReplyToToBeUpdatedCounter(
+ Integer waitForTemporaryReplyToToBeUpdatedCounter) {
+ this.waitForTemporaryReplyToToBeUpdatedCounter =
waitForTemporaryReplyToToBeUpdatedCounter;
+ }
+
+ public Long getWaitForTemporaryReplyToToBeUpdatedThreadSleepingTime() {
+ return waitForTemporaryReplyToToBeUpdatedThreadSleepingTime;
+ }
+
+ public void setWaitForTemporaryReplyToToBeUpdatedThreadSleepingTime(
+ Long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) {
+ this.waitForTemporaryReplyToToBeUpdatedThreadSleepingTime =
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime;
+ }
+
public HeaderFilterStrategy getHeaderFilterStrategy() {
return headerFilterStrategy;
}
diff --git a/components-starter/camel-jms-starter/src/main/docs/jms.json
b/components-starter/camel-jms-starter/src/main/docs/jms.json
index d4bbcdededb..a7661e35777 100644
--- a/components-starter/camel-jms-starter/src/main/docs/jms.json
+++ b/components-starter/camel-jms-starter/src/main/docs/jms.json
@@ -692,6 +692,20 @@
"description": "Interval in millis to sleep each time while waiting for
provisional correlation id to be updated. The option is a long type.",
"sourceType":
"org.apache.camel.component.jms.springboot.JmsComponentConfiguration",
"defaultValue": 100
+ },
+ {
+ "name":
"camel.component.jms.wait-for-temporary-reply-to-to-be-updated-counter",
+ "type": "java.lang.Integer",
+ "description": "Number of times to wait for temporary replyTo queue to
be created and ready when doing request\/reply over JMS.",
+ "sourceType":
"org.apache.camel.component.jms.springboot.JmsComponentConfiguration",
+ "defaultValue": 200
+ },
+ {
+ "name":
"camel.component.jms.wait-for-temporary-reply-to-to-be-updated-thread-sleeping-time",
+ "type": "java.lang.Long",
+ "description": "Interval in millis to sleep each time while waiting for
temporary replyTo queue to be ready. The option is a long type.",
+ "sourceType":
"org.apache.camel.component.jms.springboot.JmsComponentConfiguration",
+ "defaultValue": 100
}
],
"hints": []
diff --git
a/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java
b/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java
index 0ca17001553..a66332ab314 100644
---
a/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java
+++
b/components-starter/camel-jms-starter/src/main/java/org/apache/camel/component/jms/springboot/JmsComponentConfiguration.java
@@ -726,6 +726,16 @@ public class JmsComponentConfiguration
* correlation id to be updated. The option is a long type.
*/
private Long waitForProvisionCorrelationToBeUpdatedThreadSleepingTime =
100L;
+ /**
+ * Number of times to wait for temporary replyTo queue to be created and
+ * ready when doing request/reply over JMS.
+ */
+ private Integer waitForTemporaryReplyToToBeUpdatedCounter = 200;
+ /**
+ * Interval in millis to sleep each time while waiting for temporary
replyTo
+ * queue to be ready. The option is a long type.
+ */
+ private Long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime = 100L;
/**
* To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter
* header to and from Camel message. The option is a
@@ -1532,6 +1542,24 @@ public class JmsComponentConfiguration
this.waitForProvisionCorrelationToBeUpdatedThreadSleepingTime =
waitForProvisionCorrelationToBeUpdatedThreadSleepingTime;
}
+ public Integer getWaitForTemporaryReplyToToBeUpdatedCounter() {
+ return waitForTemporaryReplyToToBeUpdatedCounter;
+ }
+
+ public void setWaitForTemporaryReplyToToBeUpdatedCounter(
+ Integer waitForTemporaryReplyToToBeUpdatedCounter) {
+ this.waitForTemporaryReplyToToBeUpdatedCounter =
waitForTemporaryReplyToToBeUpdatedCounter;
+ }
+
+ public Long getWaitForTemporaryReplyToToBeUpdatedThreadSleepingTime() {
+ return waitForTemporaryReplyToToBeUpdatedThreadSleepingTime;
+ }
+
+ public void setWaitForTemporaryReplyToToBeUpdatedThreadSleepingTime(
+ Long waitForTemporaryReplyToToBeUpdatedThreadSleepingTime) {
+ this.waitForTemporaryReplyToToBeUpdatedThreadSleepingTime =
waitForTemporaryReplyToToBeUpdatedThreadSleepingTime;
+ }
+
public HeaderFilterStrategy getHeaderFilterStrategy() {
return headerFilterStrategy;
}
diff --git
a/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
b/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
index 2798588357a..a4b98d094e8 100644
--- a/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
+++ b/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
@@ -48,7 +48,7 @@
{
"name": "camel.component.salesforce.authentication-type",
"type": "org.apache.camel.component.salesforce.AuthenticationType",
- "description": "Explicit authentication method to be used, one of
USERNAME_PASSWORD, REFRESH_TOKEN or JWT. Salesforce component can
auto-determine the authentication method to use from the properties set, set
this property to eliminate any ambiguity.",
+ "description": "Explicit authentication method to be used, one of
USERNAME_PASSWORD, REFRESH_TOKEN, CLIENT_CREDENTIALS, or JWT. Salesforce
component can auto-determine the authentication method to use from the
properties set, set this property to eliminate any ambiguity.",
"sourceType":
"org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration"
},
{
diff --git
a/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
b/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
index 1e3a9518466..bc822e1f5e1 100644
---
a/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
+++
b/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
@@ -450,9 +450,9 @@ public class SalesforceComponentConfiguration
private Boolean httpProxySocks4 = false;
/**
* Explicit authentication method to be used, one of USERNAME_PASSWORD,
- * REFRESH_TOKEN or JWT. Salesforce component can auto-determine the
- * authentication method to use from the properties set, set this property
- * to eliminate any ambiguity.
+ * REFRESH_TOKEN, CLIENT_CREDENTIALS, or JWT. Salesforce component can
+ * auto-determine the authentication method to use from the properties set,
+ * set this property to eliminate any ambiguity.
*/
private AuthenticationType authenticationType;
/**
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index 13322f7d927..abdb1672e5d 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -230,7 +230,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing</artifactId>
- <version>1.2.5</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>