Skip to content

Commit f493529

Browse files
Add a note on replicated queue types
1 parent f6c8380 commit f493529

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deps/rabbitmq_sharding/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ Message distribution between shards (partitioning) is achieved
3636
with a custom exchange type that distributes messages by applying
3737
a hashing function to the routing key.
3838

39+
## Sharding and Queue Replication
40+
41+
Sharding performed by this plugin makes sense for **non-replicated classic queues** only.
42+
43+
Combining sharding with a replicated queue type, e.g. [quorum queues]() or
44+
(**deprecated**) mirrored classic queues will lose most or all of the benefits offered
45+
by this plugin.
46+
47+
Do not use this plugin with quorum queues. Avoid classic mirrored queues in general.
3948

4049
## Messages Distribution Between Shards (Partitioning)
4150

0 commit comments

Comments
 (0)