Skip to content

Commit 322868d

Browse files
committed
updating README
1 parent 1019da2 commit 322868d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 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,19 @@ 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:
178+
179+
[single-active-consumer feature](https://www.rabbitmq.com/blog/2022/07/05/rabbitmq-3-11-feature-preview-single-active-consumer-for-streams)
180+
181+
See the Java doc for further information (Same concepts apply here):
182+
183+
[Single-Active-Consumer Java doc](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#single-active-consumer)
184+
185+
See the Rust full example here:
186+
187+
[Single-Active-Consumer-Full-Example](/examples/single_active_consumer)
174188

175189
## Filtering
176190

0 commit comments

Comments
 (0)