What is the difference between spring.rabbitmq.publisher-returns=true and AND spring.rabbitmq.template.mandatory = true
When one of these two configurations is set to true, when a message is sent to Exchange but cannot be routed to any queue, it will be returned to the producer. Why are there two configurations with the same functionality, or are there any differences between them that I don’t know
enter image description here
user24007530 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.