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/12/17 16:34:22 UTC

svn commit: r891770 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/

Author: tabish
Date: Thu Dec 17 15:34:11 2009
New Revision: 891770

URL: http://svn.apache.org/viewvc?rev=891770&view=rev
Log:
Regenerated Commands with improved ToString methods that make log message involving Commands more readable and informative.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionControl.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionError.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerControl.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ControlCommand.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataArrayResponse.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataResponse.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DestinationInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DiscoveryEvent.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ExceptionResponse.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/FlushCommand.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/IntegerResponse.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalQueueAck.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTopicAck.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTrace.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTransaction.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/KeepAliveInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/LastPartialCommand.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Message.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageAck.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatch.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatchNotification.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessagePull.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/PartialCommand.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerAck.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveSubscriptionInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ReplayCommand.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Response.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SessionInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ShutdownInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SubscriptionInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionId.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionInfo.cs
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs Thu Dec 17 15:34:11 2009
@@ -55,8 +55,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Value = " + Value + " " + 
-                "]";
+                "Value = " + Value + " ]";
         }
 
         public string Value

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerInfo.cs Thu Dec 17 15:34:11 2009
@@ -68,21 +68,20 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "BrokerId = " + BrokerId + " " + 
-                "BrokerURL = " + BrokerURL + " " + 
-                "PeerBrokerInfos = " + PeerBrokerInfos + " " + 
-                "BrokerName = " + BrokerName + " " + 
-                "SlaveBroker = " + SlaveBroker + " " + 
-                "MasterBroker = " + MasterBroker + " " + 
-                "FaultTolerantConfiguration = " + FaultTolerantConfiguration + " " + 
-                "DuplexConnection = " + DuplexConnection + " " + 
-                "NetworkConnection = " + NetworkConnection + " " + 
-                "ConnectionId = " + ConnectionId + " " + 
-                "BrokerUploadUrl = " + BrokerUploadUrl + " " + 
-                "NetworkProperties = " + NetworkProperties + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "BrokerId = " + BrokerId + ", " + 
+                "BrokerURL = " + BrokerURL + ", " + 
+                "PeerBrokerInfos = " + PeerBrokerInfos + ", " + 
+                "BrokerName = " + BrokerName + ", " + 
+                "SlaveBroker = " + SlaveBroker + ", " + 
+                "MasterBroker = " + MasterBroker + ", " + 
+                "FaultTolerantConfiguration = " + FaultTolerantConfiguration + ", " + 
+                "DuplexConnection = " + DuplexConnection + ", " + 
+                "NetworkConnection = " + NetworkConnection + ", " + 
+                "ConnectionId = " + ConnectionId + ", " + 
+                "BrokerUploadUrl = " + BrokerUploadUrl + ", " + 
+                "NetworkProperties = " + NetworkProperties + " ]";
         }
 
         public BrokerId BrokerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionControl.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionControl.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionControl.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionControl.cs Thu Dec 17 15:34:11 2009
@@ -61,14 +61,13 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "Close = " + Close + " " + 
-                "Exit = " + Exit + " " + 
-                "FaultTolerant = " + FaultTolerant + " " + 
-                "Resume = " + Resume + " " + 
-                "Suspend = " + Suspend + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "Close = " + Close + ", " + 
+                "Exit = " + Exit + ", " + 
+                "FaultTolerant = " + FaultTolerant + ", " + 
+                "Resume = " + Resume + ", " + 
+                "Suspend = " + Suspend + " ]";
         }
 
         public bool Close

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionError.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionError.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionError.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionError.cs Thu Dec 17 15:34:11 2009
@@ -58,11 +58,10 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "Exception = " + Exception + " " + 
-                "ConnectionId = " + ConnectionId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "Exception = " + Exception + ", " + 
+                "ConnectionId = " + ConnectionId + " ]";
         }
 
         public BrokerError Exception

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConnectionInfo.cs Thu Dec 17 15:34:11 2009
@@ -64,17 +64,16 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConnectionId = " + ConnectionId + " " + 
-                "ClientId = " + ClientId + " " + 
-                "Password = " + Password + " " + 
-                "UserName = " + UserName + " " + 
-                "BrokerPath = " + BrokerPath + " " + 
-                "BrokerMasterConnector = " + BrokerMasterConnector + " " + 
-                "Manageable = " + Manageable + " " + 
-                "ClientMaster = " + ClientMaster + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConnectionId = " + ConnectionId + ", " + 
+                "ClientId = " + ClientId + ", " + 
+                "Password = " + Password + ", " + 
+                "UserName = " + UserName + ", " + 
+                "BrokerPath = " + BrokerPath + ", " + 
+                "BrokerMasterConnector = " + BrokerMasterConnector + ", " + 
+                "Manageable = " + Manageable + ", " + 
+                "ClientMaster = " + ClientMaster + " ]";
         }
 
         public ConnectionId ConnectionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerControl.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerControl.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerControl.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerControl.cs Thu Dec 17 15:34:11 2009
@@ -62,15 +62,14 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "Close = " + Close + " " + 
-                "ConsumerId = " + ConsumerId + " " + 
-                "Prefetch = " + Prefetch + " " + 
-                "Flush = " + Flush + " " + 
-                "Start = " + Start + " " + 
-                "Stop = " + Stop + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "Close = " + Close + ", " + 
+                "ConsumerId = " + ConsumerId + ", " + 
+                "Prefetch = " + Prefetch + ", " + 
+                "Flush = " + Flush + ", " + 
+                "Start = " + Start + ", " + 
+                "Stop = " + Stop + " ]";
         }
 
         public bool Close

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ConsumerInfo.cs Thu Dec 17 15:34:11 2009
@@ -74,27 +74,26 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConsumerId = " + ConsumerId + " " + 
-                "Browser = " + Browser + " " + 
-                "Destination = " + Destination + " " + 
-                "PrefetchSize = " + PrefetchSize + " " + 
-                "MaximumPendingMessageLimit = " + MaximumPendingMessageLimit + " " + 
-                "DispatchAsync = " + DispatchAsync + " " + 
-                "Selector = " + Selector + " " + 
-                "SubscriptionName = " + SubscriptionName + " " + 
-                "NoLocal = " + NoLocal + " " + 
-                "Exclusive = " + Exclusive + " " + 
-                "Retroactive = " + Retroactive + " " + 
-                "Priority = " + Priority + " " + 
-                "BrokerPath = " + BrokerPath + " " + 
-                "AdditionalPredicate = " + AdditionalPredicate + " " + 
-                "NetworkSubscription = " + NetworkSubscription + " " + 
-                "OptimizedAcknowledge = " + OptimizedAcknowledge + " " + 
-                "NoRangeAcks = " + NoRangeAcks + " " + 
-                "NetworkConsumerPath = " + NetworkConsumerPath + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConsumerId = " + ConsumerId + ", " + 
+                "Browser = " + Browser + ", " + 
+                "Destination = " + Destination + ", " + 
+                "PrefetchSize = " + PrefetchSize + ", " + 
+                "MaximumPendingMessageLimit = " + MaximumPendingMessageLimit + ", " + 
+                "DispatchAsync = " + DispatchAsync + ", " + 
+                "Selector = " + Selector + ", " + 
+                "SubscriptionName = " + SubscriptionName + ", " + 
+                "NoLocal = " + NoLocal + ", " + 
+                "Exclusive = " + Exclusive + ", " + 
+                "Retroactive = " + Retroactive + ", " + 
+                "Priority = " + Priority + ", " + 
+                "BrokerPath = " + BrokerPath + ", " + 
+                "AdditionalPredicate = " + AdditionalPredicate + ", " + 
+                "NetworkSubscription = " + NetworkSubscription + ", " + 
+                "OptimizedAcknowledge = " + OptimizedAcknowledge + ", " + 
+                "NoRangeAcks = " + NoRangeAcks + ", " + 
+                "NetworkConsumerPath = " + NetworkConsumerPath + " ]";
         }
 
         public ConsumerId ConsumerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ControlCommand.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ControlCommand.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ControlCommand.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ControlCommand.cs Thu Dec 17 15:34:11 2009
@@ -57,10 +57,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "Command = " + Command + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "Command = " + Command + " ]";
         }
 
         public string Command

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataArrayResponse.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataArrayResponse.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataArrayResponse.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataArrayResponse.cs Thu Dec 17 15:34:11 2009
@@ -55,8 +55,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Data = " + Data + " " + 
-                "]";
+                "Data = " + Data + " ]";
         }
 
         public DataStructure[] Data

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataResponse.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataResponse.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataResponse.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DataResponse.cs Thu Dec 17 15:34:11 2009
@@ -55,8 +55,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Data = " + Data + " " + 
-                "]";
+                "Data = " + Data + " ]";
         }
 
         public DataStructure Data

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DestinationInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DestinationInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DestinationInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DestinationInfo.cs Thu Dec 17 15:34:11 2009
@@ -63,14 +63,13 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConnectionId = " + ConnectionId + " " + 
-                "Destination = " + Destination + " " + 
-                "OperationType = " + OperationType + " " + 
-                "Timeout = " + Timeout + " " + 
-                "BrokerPath = " + BrokerPath + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConnectionId = " + ConnectionId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "OperationType = " + OperationType + ", " + 
+                "Timeout = " + Timeout + ", " + 
+                "BrokerPath = " + BrokerPath + " ]";
         }
 
         public bool IsAddOperation

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DiscoveryEvent.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DiscoveryEvent.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DiscoveryEvent.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/DiscoveryEvent.cs Thu Dec 17 15:34:11 2009
@@ -56,9 +56,8 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "ServiceName = " + ServiceName + " " + 
-                "BrokerName = " + BrokerName + " " + 
-                "]";
+                "ServiceName = " + ServiceName + ", " + 
+                "BrokerName = " + BrokerName + " ]";
         }
 
         public string ServiceName

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ExceptionResponse.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ExceptionResponse.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ExceptionResponse.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ExceptionResponse.cs Thu Dec 17 15:34:11 2009
@@ -55,8 +55,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Exception = " + Exception + " " + 
-                "]";
+                "Exception = " + Exception + " ]";
         }
 
         public BrokerError Exception

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/FlushCommand.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/FlushCommand.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/FlushCommand.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/FlushCommand.cs Thu Dec 17 15:34:11 2009
@@ -55,9 +55,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+" ]";
         }
 
         ///

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/IntegerResponse.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/IntegerResponse.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/IntegerResponse.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/IntegerResponse.cs Thu Dec 17 15:34:11 2009
@@ -55,8 +55,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Result = " + Result + " " + 
-                "]";
+                "Result = " + Result + " ]";
         }
 
         public int Result

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalQueueAck.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalQueueAck.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalQueueAck.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalQueueAck.cs Thu Dec 17 15:34:11 2009
@@ -56,9 +56,8 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Destination = " + Destination + " " + 
-                "MessageAck = " + MessageAck + " " + 
-                "]";
+                "Destination = " + Destination + ", " + 
+                "MessageAck = " + MessageAck + " ]";
         }
 
         public ActiveMQDestination Destination

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTopicAck.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTopicAck.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTopicAck.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTopicAck.cs Thu Dec 17 15:34:11 2009
@@ -60,13 +60,12 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Destination = " + Destination + " " + 
-                "MessageId = " + MessageId + " " + 
-                "MessageSequenceId = " + MessageSequenceId + " " + 
-                "SubscritionName = " + SubscritionName + " " + 
-                "ClientId = " + ClientId + " " + 
-                "TransactionId = " + TransactionId + " " + 
-                "]";
+                "Destination = " + Destination + ", " + 
+                "MessageId = " + MessageId + ", " + 
+                "MessageSequenceId = " + MessageSequenceId + ", " + 
+                "SubscritionName = " + SubscritionName + ", " + 
+                "ClientId = " + ClientId + ", " + 
+                "TransactionId = " + TransactionId + " ]";
         }
 
         public ActiveMQDestination Destination

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTrace.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTrace.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTrace.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTrace.cs Thu Dec 17 15:34:11 2009
@@ -55,8 +55,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "Message = " + Message + " " + 
-                "]";
+                "Message = " + Message + " ]";
         }
 
         public string Message

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTransaction.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTransaction.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTransaction.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/JournalTransaction.cs Thu Dec 17 15:34:11 2009
@@ -57,10 +57,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "TransactionId = " + TransactionId + " " + 
-                "Type = " + Type + " " + 
-                "WasPrepared = " + WasPrepared + " " + 
-                "]";
+                "TransactionId = " + TransactionId + ", " + 
+                "Type = " + Type + ", " + 
+                "WasPrepared = " + WasPrepared + " ]";
         }
 
         public TransactionId TransactionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/KeepAliveInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/KeepAliveInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/KeepAliveInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/KeepAliveInfo.cs Thu Dec 17 15:34:11 2009
@@ -55,9 +55,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+" ]";
         }
 
         ///

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/LastPartialCommand.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/LastPartialCommand.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/LastPartialCommand.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/LastPartialCommand.cs Thu Dec 17 15:34:11 2009
@@ -53,7 +53,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "]";
+" ]";
         }
 
     };

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Message.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Message.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Message.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Message.cs Thu Dec 17 15:34:11 2009
@@ -112,38 +112,37 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ProducerId = " + ProducerId + " " + 
-                "Destination = " + Destination + " " + 
-                "TransactionId = " + TransactionId + " " + 
-                "OriginalDestination = " + OriginalDestination + " " + 
-                "MessageId = " + MessageId + " " + 
-                "OriginalTransactionId = " + OriginalTransactionId + " " + 
-                "GroupID = " + GroupID + " " + 
-                "GroupSequence = " + GroupSequence + " " + 
-                "CorrelationId = " + CorrelationId + " " + 
-                "Persistent = " + Persistent + " " + 
-                "Expiration = " + Expiration + " " + 
-                "Priority = " + Priority + " " + 
-                "ReplyTo = " + ReplyTo + " " + 
-                "Timestamp = " + Timestamp + " " + 
-                "Type = " + Type + " " + 
-                "Content = " + Content + " " + 
-                "MarshalledProperties = " + MarshalledProperties + " " + 
-                "DataStructure = " + DataStructure + " " + 
-                "TargetConsumerId = " + TargetConsumerId + " " + 
-                "Compressed = " + Compressed + " " + 
-                "RedeliveryCounter = " + RedeliveryCounter + " " + 
-                "BrokerPath = " + BrokerPath + " " + 
-                "Arrival = " + Arrival + " " + 
-                "UserID = " + UserID + " " + 
-                "RecievedByDFBridge = " + RecievedByDFBridge + " " + 
-                "Droppable = " + Droppable + " " + 
-                "Cluster = " + Cluster + " " + 
-                "BrokerInTime = " + BrokerInTime + " " + 
-                "BrokerOutTime = " + BrokerOutTime + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ProducerId = " + ProducerId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "TransactionId = " + TransactionId + ", " + 
+                "OriginalDestination = " + OriginalDestination + ", " + 
+                "MessageId = " + MessageId + ", " + 
+                "OriginalTransactionId = " + OriginalTransactionId + ", " + 
+                "GroupID = " + GroupID + ", " + 
+                "GroupSequence = " + GroupSequence + ", " + 
+                "CorrelationId = " + CorrelationId + ", " + 
+                "Persistent = " + Persistent + ", " + 
+                "Expiration = " + Expiration + ", " + 
+                "Priority = " + Priority + ", " + 
+                "ReplyTo = " + ReplyTo + ", " + 
+                "Timestamp = " + Timestamp + ", " + 
+                "Type = " + Type + ", " + 
+                "Content = " + Content + ", " + 
+                "MarshalledProperties = " + MarshalledProperties + ", " + 
+                "DataStructure = " + DataStructure + ", " + 
+                "TargetConsumerId = " + TargetConsumerId + ", " + 
+                "Compressed = " + Compressed + ", " + 
+                "RedeliveryCounter = " + RedeliveryCounter + ", " + 
+                "BrokerPath = " + BrokerPath + ", " + 
+                "Arrival = " + Arrival + ", " + 
+                "UserID = " + UserID + ", " + 
+                "RecievedByDFBridge = " + RecievedByDFBridge + ", " + 
+                "Droppable = " + Droppable + ", " + 
+                "Cluster = " + Cluster + ", " + 
+                "BrokerInTime = " + BrokerInTime + ", " + 
+                "BrokerOutTime = " + BrokerOutTime + " ]";
         }
 
         public virtual int Size()

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageAck.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageAck.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageAck.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageAck.cs Thu Dec 17 15:34:11 2009
@@ -63,16 +63,15 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "Destination = " + Destination + " " + 
-                "TransactionId = " + TransactionId + " " + 
-                "ConsumerId = " + ConsumerId + " " + 
-                "AckType = " + AckType + " " + 
-                "FirstMessageId = " + FirstMessageId + " " + 
-                "LastMessageId = " + LastMessageId + " " + 
-                "MessageCount = " + MessageCount + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "Destination = " + Destination + ", " + 
+                "TransactionId = " + TransactionId + ", " + 
+                "ConsumerId = " + ConsumerId + ", " + 
+                "AckType = " + AckType + ", " + 
+                "FirstMessageId = " + FirstMessageId + ", " + 
+                "LastMessageId = " + LastMessageId + ", " + 
+                "MessageCount = " + MessageCount + " ]";
         }
 
         public ActiveMQDestination Destination

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatch.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatch.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatch.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatch.cs Thu Dec 17 15:34:11 2009
@@ -60,13 +60,12 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConsumerId = " + ConsumerId + " " + 
-                "Destination = " + Destination + " " + 
-                "Message = " + Message + " " + 
-                "RedeliveryCounter = " + RedeliveryCounter + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConsumerId = " + ConsumerId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "Message = " + Message + ", " + 
+                "RedeliveryCounter = " + RedeliveryCounter + " ]";
         }
 
         public ConsumerId ConsumerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatchNotification.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatchNotification.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatchNotification.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessageDispatchNotification.cs Thu Dec 17 15:34:11 2009
@@ -60,13 +60,12 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConsumerId = " + ConsumerId + " " + 
-                "Destination = " + Destination + " " + 
-                "DeliverySequenceId = " + DeliverySequenceId + " " + 
-                "MessageId = " + MessageId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConsumerId = " + ConsumerId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "DeliverySequenceId = " + DeliverySequenceId + ", " + 
+                "MessageId = " + MessageId + " ]";
         }
 
         public ConsumerId ConsumerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessagePull.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessagePull.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessagePull.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/MessagePull.cs Thu Dec 17 15:34:11 2009
@@ -61,14 +61,13 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConsumerId = " + ConsumerId + " " + 
-                "Destination = " + Destination + " " + 
-                "Timeout = " + Timeout + " " + 
-                "CorrelationId = " + CorrelationId + " " + 
-                "MessageId = " + MessageId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConsumerId = " + ConsumerId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "Timeout = " + Timeout + ", " + 
+                "CorrelationId = " + CorrelationId + ", " + 
+                "MessageId = " + MessageId + " ]";
         }
 
         public ConsumerId ConsumerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs Thu Dec 17 15:34:11 2009
@@ -56,9 +56,8 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "NetworkTTL = " + NetworkTTL + " " + 
-                "NetworkBrokerId = " + NetworkBrokerId + " " + 
-                "]";
+                "NetworkTTL = " + NetworkTTL + ", " + 
+                "NetworkBrokerId = " + NetworkBrokerId + " ]";
         }
 
         public int NetworkTTL

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/PartialCommand.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/PartialCommand.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/PartialCommand.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/PartialCommand.cs Thu Dec 17 15:34:11 2009
@@ -56,9 +56,8 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "CommandId = " + CommandId + " " + 
-                "Data = " + Data + " " + 
-                "]";
+                "CommandId = " + CommandId + ", " + 
+                "Data = " + Data + " ]";
         }
 
         public int CommandId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerAck.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerAck.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerAck.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerAck.cs Thu Dec 17 15:34:11 2009
@@ -58,11 +58,10 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ProducerId = " + ProducerId + " " + 
-                "Size = " + Size + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ProducerId = " + ProducerId + ", " + 
+                "Size = " + Size + " ]";
         }
 
         public ProducerId ProducerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ProducerInfo.cs Thu Dec 17 15:34:11 2009
@@ -61,14 +61,13 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ProducerId = " + ProducerId + " " + 
-                "Destination = " + Destination + " " + 
-                "BrokerPath = " + BrokerPath + " " + 
-                "DispatchAsync = " + DispatchAsync + " " + 
-                "WindowSize = " + WindowSize + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ProducerId = " + ProducerId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "BrokerPath = " + BrokerPath + ", " + 
+                "DispatchAsync = " + DispatchAsync + ", " + 
+                "WindowSize = " + WindowSize + " ]";
         }
 
         public ProducerId ProducerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveInfo.cs Thu Dec 17 15:34:11 2009
@@ -58,11 +58,10 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ObjectId = " + ObjectId + " " + 
-                "LastDeliveredSequenceId = " + LastDeliveredSequenceId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ObjectId = " + ObjectId + ", " + 
+                "LastDeliveredSequenceId = " + LastDeliveredSequenceId + " ]";
         }
 
         public DataStructure ObjectId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveSubscriptionInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveSubscriptionInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveSubscriptionInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/RemoveSubscriptionInfo.cs Thu Dec 17 15:34:11 2009
@@ -59,12 +59,11 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConnectionId = " + ConnectionId + " " + 
-                "SubcriptionName = " + SubcriptionName + " " + 
-                "ClientId = " + ClientId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConnectionId = " + ConnectionId + ", " + 
+                "SubcriptionName = " + SubcriptionName + ", " + 
+                "ClientId = " + ClientId + " ]";
         }
 
         public ConnectionId ConnectionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ReplayCommand.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ReplayCommand.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ReplayCommand.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ReplayCommand.cs Thu Dec 17 15:34:11 2009
@@ -58,11 +58,10 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "FirstNakNumber = " + FirstNakNumber + " " + 
-                "LastNakNumber = " + LastNakNumber + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "FirstNakNumber = " + FirstNakNumber + ", " + 
+                "LastNakNumber = " + LastNakNumber + " ]";
         }
 
         public int FirstNakNumber

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Response.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Response.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Response.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/Response.cs Thu Dec 17 15:34:11 2009
@@ -57,10 +57,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "CorrelationId = " + CorrelationId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "CorrelationId = " + CorrelationId + " ]";
         }
 
         public int CorrelationId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SessionInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SessionInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SessionInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SessionInfo.cs Thu Dec 17 15:34:11 2009
@@ -66,10 +66,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "SessionId = " + SessionId + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "SessionId = " + SessionId + " ]";
         }
 
         public SessionId SessionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ShutdownInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ShutdownInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ShutdownInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ShutdownInfo.cs Thu Dec 17 15:34:11 2009
@@ -55,9 +55,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+" ]";
         }
 
         ///

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SubscriptionInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SubscriptionInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SubscriptionInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/SubscriptionInfo.cs Thu Dec 17 15:34:11 2009
@@ -59,12 +59,11 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "ClientId = " + ClientId + " " + 
-                "Destination = " + Destination + " " + 
-                "Selector = " + Selector + " " + 
-                "SubcriptionName = " + SubcriptionName + " " + 
-                "SubscribedDestination = " + SubscribedDestination + " " + 
-                "]";
+                "ClientId = " + ClientId + ", " + 
+                "Destination = " + Destination + ", " + 
+                "Selector = " + Selector + ", " + 
+                "SubcriptionName = " + SubcriptionName + ", " + 
+                "SubscribedDestination = " + SubscribedDestination + " ]";
         }
 
         public string ClientId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionId.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionId.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionId.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionId.cs Thu Dec 17 15:34:11 2009
@@ -53,7 +53,7 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "]";
+" ]";
         }
 
         public override int GetHashCode()

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionInfo.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionInfo.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionInfo.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/TransactionInfo.cs Thu Dec 17 15:34:11 2009
@@ -68,12 +68,11 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "commandId = " + this.CommandId + " " + 
-                "responseRequired = " + this.ResponseRequired + " " + 
-                "ConnectionId = " + ConnectionId + " " + 
-                "TransactionId = " + TransactionId + " " + 
-                "Type = " + Type + " " + 
-                "]";
+                "commandId = " + this.CommandId + ", " + 
+                "responseRequired = " + this.ResponseRequired + ", " + 
+                "ConnectionId = " + ConnectionId + ", " + 
+                "TransactionId = " + TransactionId + ", " + 
+                "Type = " + Type + " ]";
         }
 
         public ConnectionId ConnectionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs?rev=891770&r1=891769&r2=891770&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs Thu Dec 17 15:34:11 2009
@@ -57,10 +57,9 @@
         public override string ToString()
         {
             return GetType().Name + "[ " + 
-                "FormatId = " + FormatId + " " + 
-                "GlobalTransactionId = " + GlobalTransactionId + " " + 
-                "BranchQualifier = " + BranchQualifier + " " + 
-                "]";
+                "FormatId = " + FormatId + ", " + 
+                "GlobalTransactionId = " + GlobalTransactionId + ", " + 
+                "BranchQualifier = " + BranchQualifier + " ]";
         }
 
         public int FormatId