Repository: activemq-artemis Updated Branches: refs/heads/master ea5fc16c6 -> 7f204eb17
adding 2 links to the examples chapter Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/eadf999d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/eadf999d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/eadf999d Branch: refs/heads/master Commit: eadf999d9177ab655924b1e38bbca1501385812f Parents: ea5fc16 Author: Pat Fox <[email protected]> Authored: Fri May 20 18:06:01 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Fri May 20 13:27:54 2016 -0400 ---------------------------------------------------------------------- docs/user-manual/en/flow-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/eadf999d/docs/user-manual/en/flow-control.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/flow-control.md b/docs/user-manual/en/flow-control.md index 7f45f4f..48d426e 100644 --- a/docs/user-manual/en/flow-control.md +++ b/docs/user-manual/en/flow-control.md @@ -122,7 +122,7 @@ the maximum desired message consumption rate specified in units of messages per second. Setting this to `-1` disables rate limited flow control. The default value is `-1`. -Please see ? for a working example of limiting consumer rate. +Please see [the examples chapter](examples.md) for a working example of limiting consumer rate. ### Using Core API @@ -152,7 +152,7 @@ can be set via the `ActiveMQConnectionFactory.setConsumerMaxRate(int > buffer. So if you had a slow rate limit and a high window based limit > the clients internal buffer would soon fill up with messages. -Please see ? for an example which shows how to configure ActiveMQ Artemis to +Please see [the examples chapter](examples.md) for an example which shows how to configure ActiveMQ Artemis to prevent consumer buffering when dealing with slow consumers. ## Producer flow control
