[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    svn commit: r580030 -
From:       chirino () apache ! org
Date:       2007-09-27 14:41:52
Message-ID: 20070927144153.5F58D1A9832 () eris ! apache ! org
[Download RAW message or body]

Author: chirino
Date: Thu Sep 27 07:41:51 2007
New Revision: 580030

URL: http://svn.apache.org/viewvc?rev=580030&view=rev
Log:
In ActiveMQ 5.0, the clientMaster field is expected to be true be default in 
normal clients.  This was causing messages to not get delivered to consumers.
with this fix activemq .net now works against 5.x versions of the broker.


Modified:
    activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs


Modified: activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs
                
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs?rev=580030&r1=580029&r2=580030&view=diff
 ==============================================================================
--- activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs \
                (original)
+++ activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs \
Thu Sep 27 07:41:51 2007 @@ -42,7 +42,7 @@
         BrokerId[] brokerPath;
         bool brokerMasterConnector;
         bool manageable;
-        bool clientMaster;
+        bool clientMaster = true;
 
 		public override string ToString() {
             return GetType().Name + "["


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic