This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c80b27d075a8d1ecdaa139075d04117fcbc36066
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed May 24 13:01:18 2023 +0200

    Bean: Use properties instead of property with key and value - JMS Artemis 
Source
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .../main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
index ec09f5cd..5e538ca2 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -59,9 +59,8 @@ spec:
     beans:
       - name: connectionFactoryBean
         type: 
"#class:org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory"
-        property:
-          - key: brokerURL
-            value: '{{brokerURL}}'
+        properties:
+          brokerURL: '{{brokerURL}}'
     from:
       uri: "jms:{{destinationType}}:{{destinationName}}"
       parameters:

Reply via email to