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 2013/11/14 17:28:23 UTC

svn commit: r1541961 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x: ./ src/main/csharp/MessageConsumer.cs

Author: tabish
Date: Thu Nov 14 16:28:23 2013
New Revision: 1541961

URL: http://svn.apache.org/r1541961
Log:
https://issues.apache.org/jira/browse/AMQNET-460

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/   (props changed)
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/MessageConsumer.cs

Propchange: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/
------------------------------------------------------------------------------
  Merged /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk:r1541956

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/MessageConsumer.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/MessageConsumer.cs?rev=1541961&r1=1541960&r2=1541961&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/MessageConsumer.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/MessageConsumer.cs Thu Nov 14 16:28:23 2013
@@ -1642,7 +1642,7 @@ namespace Apache.NMS.ActiveMQ
 	                    Thread.Sleep((int) Math.Max(500, failoverRedeliveryWaitPeriod/4));
 	                }
 	            } 
-				while (numberNotReplayed > 0 && expiry < DateTime.Now);
+				while (numberNotReplayed > 0 && expiry > DateTime.Now);
 	        }
 	    }