Author: jgomes
Date: Fri Oct 31 11:02:15 2008
New Revision: 709510

URL: http://svn.apache.org/viewvc?rev=709510&view=rev
Log:
Changed preferred wire format defaults.

Modified:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs?rev=709510&r1=709509&r2=709510&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/OpenWireFormat.cs
 Fri Oct 31 11:02:15 2008
@@ -53,12 +53,12 @@
                        // See the following link for defaults: 
http://activemq.apache.org/configuring-wire-formats.html
                        // See also the following link for OpenWire format 
info: http://activemq.apache.org/openwire-version-2-specification.html
                        PreferedWireFormatInfo.CacheEnabled = false;
-                       PreferedWireFormatInfo.StackTraceEnabled = true;
+                       PreferedWireFormatInfo.StackTraceEnabled = false;
                        PreferedWireFormatInfo.TcpNoDelayEnabled = true;
                        PreferedWireFormatInfo.SizePrefixDisabled = false;
                        PreferedWireFormatInfo.TightEncodingEnabled = false;
                        PreferedWireFormatInfo.MaxInactivityDuration = 30000;
-                       
PreferedWireFormatInfo.MaxInactivityDurationInitialDelay = 0;
+                       
PreferedWireFormatInfo.MaxInactivityDurationInitialDelay = 10000;
                        PreferedWireFormatInfo.CacheSize = 0;
                        PreferedWireFormatInfo.Version = 2;
 


Reply via email to