bjethwan opened a new issue, #1304:
URL: https://github.com/apache/camel-kamelets/issues/1304

   IntegrationError
   ```
   camel-k-integration-controller
   Cannot reconcile Integration jms-apache-activemq-sink-binding: error during 
trait customization: component not found for uri 
"{{activemq-sink-local}}:{{destinationType}}:{{destinationName}}?conn
   ectionFactory=%23bean%3A%7B%7BsinkConnectionFactoryBean-local%7D%7D" in 
camel catalog runtime version 1.16.0
   ```
   
   
   ```
   apiVersion: camel.apache.org/v1alpha1
   kind: KameletBinding
   metadata:
     name: jms-apache-activemq-sink-binding
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: azure-servicebus-source
       properties:
         connectionString: 
Endpoint=sb://REMOVED.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=REMOVED
         topicOrQueueName: REMOVED
     sink:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: jms-apache-activemq-sink
       properties:
         brokerURL: tcp://active-mq.activemq.svc.cluster.local:61616
         destinationName: REMOVED
   ```


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

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to