Adding SSL configuration through RabbitConnectionFactoryBean approach into the documentation #2471
-
I was searching for a way, how to add the SSL properties path programmatically, and after a long search ended up creating RabbitConnectionFactoryBean.
Is this the correct way of doing this? And if yes, can this kind of code be a part of the documentation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not sure why is the question. We indeed have similar sample in the doc: https://docs.spring.io/spring-amqp/reference/html/#rabbitconnectionfactorybean-configuring-ssl. Although you might be interested in a Java variant. |
Beta Was this translation helpful? Give feedback.
Not sure why is the question. We indeed have similar sample in the doc: https://docs.spring.io/spring-amqp/reference/html/#rabbitconnectionfactorybean-configuring-ssl.
Although you might be interested in a Java variant.
If that, then let us know and we convert this discussion to an issue and proceed from there as a docs improvement.