Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielePalaia committed Nov 21, 2024
1 parent 1019da2 commit 7a16b40
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Welcome to the documentation for the RabbitMQ Stream Rust Client. This guide pro
- [Publishing Messages](#publishing-messages)
- [Consuming Messages](#consuming-messages)
- [Super Stream](#super-stream)
- [Single Active Consumer](#single-active-consumer)
- [Filtering](#filtering)
5. [Examples](#examples)
6. [Development](#development)
Expand Down Expand Up @@ -171,6 +172,18 @@ See the [Super Stream Producer Example using Routing key mode](./examples/supers

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

## Single active consumer

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)


See the Java doc for further information (Same concepts apply here):

[Single-Active-Consumer Java doc](https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#single-active-consumer)

See the Rust full example here:

[Single-Active-Consumer-Full-Example](/examples/single_active_consumer)

## Filtering

Expand Down

0 comments on commit 7a16b40

Please sign in to comment.