Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix link to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan.Praetsch committed Jun 13, 2024
1 parent 36ee1eb commit ae77fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ In case of long running messages it is advised to configure `maxNumberOfMessages
If the number of configured workers is higher than the `maxNumberOfMessages` that means that multiple `ReceiveMessageRequest`s can be performed while messages from previous requests are already in processing. This results in concurrent processing of multiple message while keeping the number of idle messages smaller.

## Release HowTo
see [here](.travis/HOWTO.md)
see [here](doc/README.md)

0 comments on commit ae77fcf

Please sign in to comment.