Skip to content

Commit

Permalink
Merge pull request #11643 from artembilan/patch-1
Browse files Browse the repository at this point in the history
Consistent Hash doc improvement
  • Loading branch information
michaelklishin authored Jul 9, 2024
2 parents 6a989d3 + 8b7ba05 commit adea5f1
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit adea5f1

Please sign in to comment.