RE: REST endpoint to rabbitmq queue connection timeout

2018-10-05 Thread Valdis Andersons
Thank you very much Zoran, I'll try it out with those parameters and see how it goes. Valdis -Original Message- From: Zoran Regvart [mailto:zo...@regvart.com] Sent: 05 October 2018 10:45 To: users@camel.apache.org Subject: Re: REST endpoint to rabbitmq queue connection timeou

Re: REST endpoint to rabbitmq queue connection timeout

2018-10-05 Thread Zoran Regvart
Hi Valdis, I think you're looking for `channelPoolMaxSize` and `channelPoolMaxWait` parameters[1]. From the snippet, I guess, you would set them on the `feedbackEndpoint`, and from the message history I see that you already set the `connectionFactory`, so you would configure these much in the same

REST endpoint to rabbitmq queue connection timeout

2018-10-04 Thread Valdis Andersons
Hi All, Would anyone know how to configure the timeout values for the below connection pool or the connection pool itself? Been having some issues lately in a test environment with this and the timeout check seems to happen every few milliseconds producing huge amounts of log files. We're suspe