Hi, hi I actually use Apache Camel 2.10.1 in combination with ActiveMQ 5.7.0.
To build a connection to ActiveMQ I use the ActiveMQ ConnectionFactory. After a while I get this exception: 2013-12-21 04:16:51,442 | ERROR | Could not accept connection : java.net.SocketException: Too many open files | org.apache.activemq.broker.TransportConnector | ActiveMQ Transport Server: tcp:// 0.0.0.0:61616?maximumConnections=1000&wireformat.maxFrameSize=104857600 Is there a way how to find which client open so much connections? Is there a reason why ActiveMQ doesn't close this connections? Any idea how to debug such an issue? Regards, Michael