GRaj
GRaj

Reputation: 83

Examples / documentation for using Spring AMQP with RabbitMQ over SSL

I would like to know about the documentation / API / examples for using spring AMQP for RabbitMQ over SSL.

Upvotes: 2

Views: 2035

Answers (1)

Gary Russell
Gary Russell

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

Related Questions