Author: tabish
Date: Mon Sep 14 13:55:52 2009
New Revision: 814645
URL: http://svn.apache.org/viewvc?rev=814645&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQ-2164
Set the max pending message limit property in the ConsumerInfo
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Session.cs
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Session.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Session.cs?rev=814645&r1=814644&r2=814645&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Session.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Session.cs
Mon Sep 14 13:55:52 2009
@@ -562,6 +562,7 @@
answer.Exclusive = this.Exclusive;
answer.DispatchAsync = this.DispatchAsync;
answer.Retroactive = this.Retroactive;
+ answer.MaximumPendingMessageLimit =
this.MaximumPendingMessageLimit;
// If the destination contained a URI query, then use it to set
public properties
// on the ConsumerInfo