Reputation: 83
I would like to know about the documentation / API / examples for using spring AMQP for RabbitMQ over SSL.
Upvotes: 2
Views: 2035
Reputation: 174514
Simply configure the rabbit client connection factory as shown in the rabbit documentation and then inject that connection factory into the Spring AMQP connection factory as described in the Spring AMQP documentation.
Upvotes: 2