This is an automated email from the ASF dual-hosted git repository.
michaelpearce pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
The following commit(s) were added to refs/heads/master by this push:
new d152a02 AMQNET-724 Add info in README
d152a02 is described below
commit d152a022d14d461b9372acf1de031fb2e4767978
Author: lukeabsent <[email protected]>
AuthorDate: Tue Sep 14 18:06:59 2021 +0200
AMQNET-724 Add info in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bb4c468..8873f97 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ So in general most of the top level classes that implement
the Apache.NMS interf
| Shared Consumers | Y | |
| IQueueBrowser | Y | |
| Configurable NMSMessageID and amqp serializtion | N | For future
consideration. The prodiver will generate a MessageID from a sequence and
serialize it as a string. |
-| Flow control configuration | N | For future consideration. The provider will
use amqpnetlite defaults except for initial link credits which is 200. |
+| Flow control configuration | Y | You can configure link credit. Default
value is 1000. See prefetchPolicy in [Configuration](docs/configuration.md). |
| Object Deserialization Policy | N | For future consideration. The provider
considers all Dotnet serialized objects in Object Message bodies are safe to
deserialize. |
| Failover | Y