Hi Phil,
I presume that the camel-rabbitmq component is picking up and using this
ConnectionFactory:
...
So I would see if SSL needs to be configured there, and not on the Camel
endpoint. Try setting the "useSslProtocol" [1] property on the
ConnectionFactory itself? (i.e. set it as a property a
Hello:
I am using Camel 2.24.3 and RabbitMQ 3.17.7. I have been able to
successfully build a Camel program to ingest data from my input source and
send the results to RabbitMQ. I am happy with the results. Now I am
required to use SSL between my Camel program and RabbitMQ. Both my Camel
progr
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
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
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