Hello, I'm using camel 2.24.2 with camel-rabbitmq in Spring Boot, and I've noticed camel is opening one connection per consumer, plus another connection per producer.
Actually I'm having troubles with rabbitmq going down because of too many connections opened (5000+ connections) Is there a way that camel can reuse the same connection for its components? Thanks for any help. -- Alessandro Hoss