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 bddebb1cdc574449855481a4f606e02f14e8eb9c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 24 09:49:28 2023 +0200

    Bean: Use properties instead of property with key and value - JMS AMQP 
Source
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../src/main/resources/kamelets/jms-amqp-10-source.kamelet.yaml      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/jms-amqp-10-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/jms-amqp-10-source.kamelet.yaml
index 3a0f4131..e93a9866 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/jms-amqp-10-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/jms-amqp-10-source.kamelet.yaml
@@ -59,9 +59,8 @@ spec:
     beans:
       - name: connectionFactoryBean
         type: "#class:org.apache.qpid.jms.JmsConnectionFactory"
-        property:
-          - key: remoteURI
-            value: '{{remoteURI}}'
+        properties:
+          remoteURI: '{{remoteURI}}'
     from:
       uri: "jms:{{destinationType}}:{{destinationName}}"
       parameters:

Reply via email to