You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/17 20:39:50 UTC

(camel) branch main updated: Add known spring rabbitmq CF to camel-jbang

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


The following commit(s) were added to refs/heads/main by this push:
     new 0e51416db9d Add known spring rabbitmq CF to camel-jbang
0e51416db9d is described below

commit 0e51416db9d5eedb0d1820a73321d3764b56748a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 17 21:39:39 2024 +0100

    Add known spring rabbitmq CF to camel-jbang
---
 .../src/main/resources/camel-main-known-dependencies.properties          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index fb2addef0ea..f11f5cd3bc6 100644
--- a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -19,6 +19,7 @@ com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.24
 com.microsoft.sqlserver.jdbc.SQLServerDriver = com.microsoft.sqlserver:mssql-jdbc:11.2.3.jre17
 com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.33
 net.sf.saxon.xpath.XPathFactoryImpl = camel:saxon
+org.springframework.amqp.rabbit.connection.CachingConnectionFactory = camel:spring-rabbitmq
 org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jakarta-client-all:2.31.2
 org.messaginghub.pooled.jms.JmsPoolConnectionFactory = org.messaginghub:pooled-jms:3.1.5
 org.apache.commons.dbcp2.BasicDataSource = org.apache.commons:commons-dbcp2:2.11.0