Apache Camel - rabbitmq - ssl ( not working )

2018-04-10 Thread Pranay Tonpay
I am trying to use apache camel ( camel-spring-boot - 2.20.2 ) with rabbitmq and create routes. It does work fine when iI use un-secured RabbitMQ ( no-SSL ), but when iI try to connect to RabbitMQ using SSL, it's not connecting to the queue at all. I am using "connectionFactory" option given on Apa

Re: Apache camel - rabbitmq - ssl ( not working )

2018-03-28 Thread Pranay Tonpay
Pls advise on the possible causes of this or if more information is needed On Mon, Mar 26, 2018, 11:24 PM Pranay Tonpay wrote: > I am trying to use apache camel ( camel-spring-boot - 2.20.2 ) with > rabbitmq and create routes. It does work fine when iI use un-secured > RabbitMQ ( no-SSL ), but w

Re: Apache Camel - rabbitmq - ssl ( not working )

2018-04-22 Thread Zoran Regvart
Hi Pranay, seems that you have a network issue (Connection refused), make sure that the configuration references the right host/port combination. I have found that setting `-Djavax.net.debug=all` JVM property is quite helpful to diagnose such issues. zoran On Wed, Apr 11, 2018 at 4:20 AM, Pranay