Skip to content

Consistent Hash doc improvement #11643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deps/rabbitmq_consistent_hash_exchange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,11 @@ ok.

### Routing on a Message Property

In addition to a value in the header property, you can also route on the
Instead of a value in the header property, you can route on the
``message_id``, ``correlation_id``, or ``timestamp`` message properties. To do so,
declare the exchange with a string argument called ``"hash-property"`` naming the
property to be used.
The `"hash-header"` and `"hash-property"` are mutually exclusive.

When a `"hash-property"` is specified, the chosen property **must be provided**.
If published messages do not contain the property, they will all get
Expand Down