From 86b430be9aa2651c268465ba98c0655dcda03258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schr=C3=B6der?= Date: Fri, 2 Feb 2024 13:20:45 +0100 Subject: [PATCH] Update tutorial-two-spring-amqp.md Fix link to spring ampq docs --- site/tutorials/tutorial-two-spring-amqp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/tutorials/tutorial-two-spring-amqp.md b/site/tutorials/tutorial-two-spring-amqp.md index 3950049a0c..6ce8898c59 100644 --- a/site/tutorials/tutorial-two-spring-amqp.md +++ b/site/tutorials/tutorial-two-spring-amqp.md @@ -388,7 +388,7 @@ set to 1 the behavior would be the round robin delivery as described above. > > In most of the cases `prefetchCount` equal to 1 would be too conservative and severely > limit consumer throughput. -> A couple of cases where this configuration is applicable can be found in [Spring AMQP Consumer Documentation](https://docs.spring.io/spring-amqp/reference/#async-consumer) +> A couple of cases where this configuration is applicable can be found in [Spring AMQP Consumer Documentation](https://docs.spring.io/spring-amqp/reference/amqp/containerAttributes.html#prefetchCount) > > For more details on prefetch, please refer to the [Consumer Acknowledgements guide](../confirms.html#channel-qos-prefetch).