camel-rabitmq - clientProperties - enable host name verification

2019-03-29 Thread S M Humayun
Hi there, Can someone please help me find any example or help on how can I provide 'clientProperties' white creating a route from:rabbitmq//? I want to enable host name verification on client side to connect to my rabbitmq server. Is there any related example or help on how to do this using camel

camel-rabbitmq - New URI format - The RabbitMQ channel is not open - Connection refused

2019-03-31 Thread S M Humayun
Hello, I was using following old URI format and it was working perfectly: //camel-rabbit:2.19.1 from("rabbitmq://mqServer:9941?" + "queue=qName" + "&username=username" + "&password=password" + "&vhost=vh" + "&sslProtocol=TLS" + "&trustManager=custom