From ae77fcf33d05f70771422ea2551f7184cd6248ec Mon Sep 17 00:00:00 2001 From: "Stephan.Praetsch" Date: Thu, 13 Jun 2024 09:01:34 +0200 Subject: [PATCH] fix link to doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75a91fce..fe3e91a8 100644 --- a/README.md +++ b/README.md @@ -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)