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 + "["