Has anyone had issues with the following exception when using Queue Listeners from the C# library?
"There were not enough free threads in the ThreadPool object to complete the operation." This happens every so often as messages are being processed by my Consumer's Listener event. .NET does seem to recover from this and start running normal again. Luckily I have not yet acknowledged the message so I have not lost the message. Does anyone know the cause of this? Could it be related to the use of ThreadPool in the C# library classes Session.cs and MessageConsumer.cs? Are there any known solutions to this problem? Thanks for any assistance, Jesse -- View this message in context: http://www.nabble.com/ThreadPool-exceptions-from-C--tf2810560.html#a7843031 Sent from the ActiveMQ - User mailing list archive at Nabble.com.