Jonathan-Eid commented on issue #1207: Camel K Validator Component hangs on URL input URL: https://github.com/apache/camel-k/issues/1207#issuecomment-575155093 This is the config map for the integration apiVersion: v1 kind: ConfigMap metadata: name: test-config-routebuilder data: application.properties: | my.sourceBrokerType=activemq my.sourceUser= my.sourcePass= my.sourceURI=tcp://-------:61616 my.sourceType=queue my.sourceName=testconfig.queue my.targetBrokerType1 = activemq my.targetUser1= my.targetPass1= my.targetURI1=tcp://--------:32191 my.targetType1=topic my.targetName1=testconfig.topic my.targetBrokerType2 = artemis my.targetUser2=artemis my.targetPass2=simetraehcapa my.targetURI2=tcp://--------:32192 my.targetType2=queue my.targetName2=testconfig.queue my.xsdSchemaPath=https://bin.jvnv.net/file/stSwQ/foo-schema.xsd This is the command to run the integration: kamel run --configmap=test-config-routebuilder -d mvn:org.apache.activemq:activemq-all:5.5.1 -d mvn:org.apache.activemq:activemq-camel:5.5.1 -d mvn:org.apache.activemq:artemis-jms-client-all:2.10.1 --dependency=camel-validator RouteBuilderTest.java
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services