Skip to content

Commit 7a16b40

Browse files
committed
updating README
1 parent 1019da2 commit 7a16b40

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Welcome to the documentation for the RabbitMQ Stream Rust Client. This guide pro
4545
- [Publishing Messages](#publishing-messages)
4646
- [Consuming Messages](#consuming-messages)
4747
- [Super Stream](#super-stream)
48+
- [Single Active Consumer](#single-active-consumer)
4849
- [Filtering](#filtering)
4950
5. [Examples](#examples)
5051
6. [Development](#development)
@@ -171,6 +172,18 @@ See the [Super Stream Producer Example using Routing key mode](./examples/supers
171172

172173
See the [Super Stream Consumer Example](./examples/superstreams/receive_super_stream.rs)
173174

175+
## Single active consumer
176+
177+
The client supports the single-active-consumer feature. [single-active-consumer feature](https://www.rabbitmq.com/blog/2022/07/05/rabbitmq-3-11-feature-preview-single-active-consumer-for-streams)
178+
179+
180+
See the Java doc for further information (Same concepts apply here):
181+
182+
[Single-Active-Consumer Java doc](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#single-active-consumer)
183+
184+
See the Rust full example here:
185+
186+
[Single-Active-Consumer-Full-Example](/examples/single_active_consumer)
174187

175188
## Filtering
176189

0 commit comments

Comments
 (0)