I've noticed from the logs that everytime I publish a message with RabbitTemplate it auto declares the exchange even though I already declared it.
Anyway to toggle off this behavior?Code:14:20:49,311 WARN [] [RabbitAdmin] Auto-declaring a non-durable Exchange (corevin). It will be deleted by the broker if it shuts down, and can be redeclared by closing and reopening the connection.


Reply With Quote