Author: rupertlssmith
Date: Wed Dec 19 05:40:05 2007
New Revision: 605536

URL: http://svn.apache.org/viewvc?rev=605536&view=rev
Log:
Messages were being sent mandatory by default, set to false.

Modified:
    
incubator/qpid/branches/M2.1.1/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs

Modified: 
incubator/qpid/branches/M2.1.1/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1.1/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs?rev=605536&r1=605535&r2=605536&view=diff
==============================================================================
--- 
incubator/qpid/branches/M2.1.1/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs 
(original)
+++ 
incubator/qpid/branches/M2.1.1/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs 
Wed Dec 19 05:40:05 2007
@@ -31,7 +31,7 @@
         /// Default value for mandatory flag is true, i.e. server will not 
silently drop messages where no queue is
         /// connected to the exchange for the message
         /// </summary>
-        const bool DEFAULT_MANDATORY = true;
+        const bool DEFAULT_MANDATORY = false;
 
         IChannel _channel;
         string _exchangeName = null;


Reply via email to