Hi all, We are using Camel RabbitMQ component (v2.12.0) to publish message on RabbitMQ.
We are using dynamic slip router to publish the messages to the endpoint (like, rabbitmq://xxx.xxx.xxx.xxx:xxxx/<exchange>) something like below, .dynamicRouter(method(ServiceRouter.class, "slip")) As the message are getting published we saw heavy increase in the number of open FDs on RabbitMQ admin. Looking into the code, it seems with each time a producer will be created (overridden DefaultEndpoint's createProducer() method) a new connection to RabbitMQ will get created, which is going to increase FDs. Please let me know if there is some other way of doing above or there is a bug with the component. With regards, Mayank ________________________________ NOTE: This message may contain information that is confidential, proprietary, privileged or otherwise protected by law. The message is intended solely for the named addressee. If received in error, please destroy and notify the sender. Any use of this email is prohibited when received in error. Impetus does not represent, warrant and/or guarantee, that the integrity of this communication has been maintained nor that the communication is free of errors, virus, interception or interference.