Re: AMQPComponent routes - running out of UNIX descriptors

2016-04-04 Thread michal1988
Hi Quinn, Thanks for the response. I use the newest version 2.17 the same situation with 2.16.2. I cannot shared the code, my terminal is not connected to internet :/ I will try to describe it. The simplified version of the code is: Create DefaultCamelContext(). I create a AMQPComponent li

AMQPComponent routes - running out of UNIX descriptors

2016-04-04 Thread michal1988
Hello guys, It is my very beginning with Apache Camel. I have created a simple component and added few routes. The problem is that every new usage of the route takes one UNIX descriptor. I do check it with "netstat | wc -l". So I run out of it after ~60k messages send/receive from/to AMQP . Is the