adding 2 links to the examples chapter

This commit is contained in:
Pat Fox 2016-05-20 18:06:01 +02:00 committed by Clebert Suconic
parent ea5fc16c68
commit eadf999d91
1 changed files with 2 additions and 2 deletions

View File

@ -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