Polishing - PR comments.

This commit is contained in:
Gary Russell
2017-10-31 12:29:27 -04:00
parent 63b52dda76
commit 04c8dd57d2

View File

@@ -1,6 +1,6 @@
== Partitioning with the RabbitMQ Binder
RabbitMQ does support partitioning natively.
RabbitMQ does not support partitioning natively.
Sometimes it is advantageous to send data to specific partitions, for example when you want to strictly order message processing - all messages for a particular customer should go to the same partition.