You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/03/30 22:09:06 UTC

svn commit: r760140 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Dispatcher.cs

Author: tabish
Date: Mon Mar 30 20:09:05 2009
New Revision: 760140

URL: http://svn.apache.org/viewvc?rev=760140&view=rev
Log:
Test for:
https://issues.apache.org/activemq/browse/AMQNET-154

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Dispatcher.cs

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Dispatcher.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Dispatcher.cs?rev=760140&r1=760139&r2=760140&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Dispatcher.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Dispatcher.cs Mon Mar 30 20:09:05 2009
@@ -167,7 +167,7 @@
 			{
 				m_bClosed = true;
 				queue.Clear();
-				if(m_bAsyncDelivery)
+				if(!m_bAsyncDelivery)
 				{
 					messageReceivedEventHandle.Set();
 				}