File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed 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,19 @@ 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:
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 )
174
188
175
189
## Filtering
176
190
You can’t perform that action at this time.
0 commit comments