You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ Welcome to the documentation for the RabbitMQ Stream Rust Client. This guide pro
45
45
-[Publishing Messages](#publishing-messages)
46
46
-[Consuming Messages](#consuming-messages)
47
47
-[Super Stream](#super-stream)
48
+
-[Single Active Consumer](#single-active-consumer)
48
49
-[Filtering](#filtering)
49
50
5.[Examples](#examples)
50
51
6.[Development](#development)
@@ -171,6 +172,18 @@ See the [Super Stream Producer Example using Routing key mode](./examples/supers
171
172
172
173
See the [Super Stream Consumer Example](./examples/superstreams/receive_super_stream.rs)
173
174
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):
0 commit comments