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/06/08 22:54:09 UTC

svn commit: r782778 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Failover/FailoverTransport.cs

Author: tabish
Date: Mon Jun  8 20:54:09 2009
New Revision: 782778

URL: http://svn.apache.org/viewvc?rev=782778&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQNET-160

Back out the logic in the Failover Transport to fail if a connection isn't established on startup.  Fixes a mistake in the previous attempt to back out the changes.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Failover/FailoverTransport.cs

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Failover/FailoverTransport.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Failover/FailoverTransport.cs?rev=782778&r1=782777&r2=782778&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Failover/FailoverTransport.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Failover/FailoverTransport.cs Mon Jun  8 20:54:09 2009
@@ -278,7 +278,7 @@
 				}
 				else
 				{
-					doConnect();
+					Reconnect();
 				}
 			}
 			finally