Skip to content

Commit 00a6aab

Browse files
author
Emile Joubert
committed
message size documentation
1 parent 4bc70a9 commit 00a6aab

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed

docs/RabbitMQ Service Model.doc

4 KB
Binary file not shown.

docs/RabbitMQ Service Model.docx

508 Bytes
Binary file not shown.

docs/RabbitMQ Service Model.pdf

-64.9 KB
Binary file not shown.

projects/wcf/RabbitMQ.ServiceModel/src/serviceModel/RabbitMQBindingConfigurationElement.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ public string ProtocolVersion
193193
}
194194
}
195195

196+
/// <summary>
197+
/// Specifies the maximum encoded message size
198+
/// </summary>
196199
[ConfigurationProperty("maxmessagesize", DefaultValue = 8192L)]
197200
public long MaxMessageSize
198201
{

0 commit comments

Comments
 (0)