We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a989d3 + 8b7ba05 commit adea5f1Copy full SHA for adea5f1
deps/rabbitmq_consistent_hash_exchange/README.md
@@ -573,10 +573,11 @@ ok.
573
574
### Routing on a Message Property
575
576
-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
577
``message_id``, ``correlation_id``, or ``timestamp`` message properties. To do so,
578
declare the exchange with a string argument called ``"hash-property"`` naming the
579
property to be used.
580
+The `"hash-header"` and `"hash-property"` are mutually exclusive.
581
582
When a `"hash-property"` is specified, the chosen property **must be provided**.
583
If published messages do not contain the property, they will all get
0 commit comments