Cmag
Cmag

Reputation: 15750

Apache Camel SSL RabbitMQ

Folks, Apache-Camel does not seem to support AMQPs when connecting to Rabbit. Does anyone know if this is somewhere in the pipeline to be built?

When attempting all connections, we get this in Rabbit logs:

error on AMQP connection <0.30060.4>: {ssl_upgrade_error,timeout} (unknown POSIX error)

Thanks!

Upvotes: 0

Views: 553

Answers (1)

hveiga
hveiga

Reputation: 6915

Current RabbitMQ Camel Component does not support any SSL configuration features. Also, if you take a look to their JIRA it seems there is no ticket open for implementing this (Camel Jira for RabbitMQ Tickets)

You can fill a ticket or, even better, you could modify the existent component to support SSL and donate it to the open source community. If you plan to do this, please read Apache Camel: Contributing

Upvotes: 2

Related Questions