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 e4d2212222a Regen
e4d2212222a is described below
commit e4d2212222ad09b6029afcb9849b1743bd3aac7c
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 12 10:29:47 2024 +0200
Regen
---
.../resources/org/apache/camel/springboot/catalog/components/jms.json | 2 +-
.../camel/component/jms/springboot/JmsComponentConfiguration.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 372b1d90ef0..d469e2adf6a 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
@@ -3,7 +3,7 @@
"kind": "component",
"name": "jms",
"title": "JMS",
- "description": "Sent and receive messages to\/from a JMS Queue or Topic.",
+ "description": "Send and receive messages to\/from JMS message brokers.",
"deprecated": false,
"firstVersion": "1.0.0",
"label": "messaging",
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 c65965bb9e7..2299f984dd1 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
@@ -30,7 +30,7 @@ import
org.springframework.transaction.PlatformTransactionManager;
import org.springframework.util.ErrorHandler;
/**
- * Sent and receive messages to/from a JMS Queue or Topic.
+ * Send and receive messages to/from JMS message brokers.
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/