Apache Camel SSL RabbitMQ

百般思念 提交于 2019-12-12 02:41:31

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/20332129/apache-camel-ssl-rabbitmq

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!