From eadf999d9177ab655924b1e38bbca1501385812f Mon Sep 17 00:00:00 2001 From: Pat Fox Date: Fri, 20 May 2016 18:06:01 +0200 Subject: [PATCH] adding 2 links to the examples chapter --- docs/user-manual/en/flow-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/en/flow-control.md b/docs/user-manual/en/flow-control.md index 7f45f4fe53..48d426e933 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