orpiske commented on pull request #363:
URL: https://github.com/apache/camel-kamelets/pull/363#issuecomment-860574830


   How the binding looks like:
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: jms-source-apache-artemis-binding
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: jms-source-apache-artemis
       properties:
         destinationName: person
         brokerURL: "tcp://redacted:port"
     sink:
       uri: "log:info"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to