diff options
Diffstat (limited to 'dotnet/Qpid.Messaging')
| -rw-r--r-- | dotnet/Qpid.Messaging/MessagePublisherBuilder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs b/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs index 77d2fee1c1..79c7575d0a 100644 --- a/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs +++ b/dotnet/Qpid.Messaging/MessagePublisherBuilder.cs @@ -31,7 +31,7 @@ namespace Apache.Qpid.Messaging /// 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 = false; + const bool DEFAULT_MANDATORY = true; IChannel _channel; string _exchangeName = null; |
