Hi

Sounds like you need to configure some connection pooling. Usually you
setup some pooling and configure this to the ConnectionFactory.

Try to search for rabbitmq pooled connection factory

On Wed, Dec 4, 2019 at 7:00 PM Alessandro Hoss <aleh...@gmail.com> wrote:
>
> 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



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to