I am using RabbitMQ with the Java Client. <br>On each request, I create a new Connection and Channel. During high load times, this is causing the Rabbit to go unresponsive (due to a large no. of open file Descriptor&#39;s). <br>

<br>This would be solved if I could connection pool on the client side, what are the strategies and API&#39;s suggested for that.<br><br clear="all">-Abhishek Kona<br><br>