From 68466f81f1f113294941ffb0f458cbc78d72921f Mon Sep 17 00:00:00 2001 From: Daniele Date: Fri, 22 Nov 2024 17:17:32 +0100 Subject: [PATCH] Update README.md --- examples/single_active_consumer/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/single_active_consumer/README.md b/examples/single_active_consumer/README.md index b4cac14..1b52e9c 100644 --- a/examples/single_active_consumer/README.md +++ b/examples/single_active_consumer/README.md @@ -1,11 +1,11 @@ -Super stream example +Single active consumer example --- -[Super Streams Documentation](https://www.rabbitmq.com/streams.html#super-streams) for more details. -[Super Streams blog post](https://blog.rabbitmq.com/posts/2022/07/rabbitmq-3-11-feature-preview-super-streams) +[Single-Active-Consumer Java doc](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#single-active-consumer) for more details +[single-active-consumer blog post](https://www.rabbitmq.com/blog/2022/07/05/rabbitmq-3-11-feature-preview-single-active-consumer-for-streams) -This example shows how to use the Super Stream feature in RabbitMQ 3.11.0. +This example shows how to use the Single active consumer feature in RabbitMQ 3.11.0. Then run the producer in one terminal: