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

Apache camel and IBM MQ

2018-04-10 Thread Pranay Tonpay
Hi, I was looking for some sample code integrating Apache Camel and IBM MQ that uses pure annotation driven approach. Can someone please provide me some pointers ? thx pranay

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