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