Author: tabish Date: Tue Feb 2 22:11:32 2010 New Revision: 905815 URL: http://svn.apache.org/viewvc?rev=905815&view=rev Log: * CompositeTaskRunner.cs: http://issues.apache.org/activemq/browse/AMQNET-218 Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Threads/CompositeTaskRunner.cs Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Threads/CompositeTaskRunner.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Threads/CompositeTaskRunner.cs?rev=905815&r1=905814&r2=905815&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Threads/CompositeTaskRunner.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Threads/CompositeTaskRunner.cs Tue Feb 2 22:11:32 2010 @@ -155,10 +155,13 @@ } } } - catch + catch(ThreadAbortException) { Thread.ResetAbort(); } + catch + { + } finally { // Make sure we notify any waiting threads that thread