File tree Expand file tree Collapse file tree 4 files changed +86
-0
lines changed Expand file tree Collapse file tree 4 files changed +86
-0
lines changed Original file line number Diff line number Diff line change @@ -502,6 +502,30 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
502
502
</td>
503
503
</tr >
504
504
505
+ <tr >
506
+ <th>rabbitmq_sharding</th>
507
+ <td>
508
+ <p>
509
+ :::tip
510
+
511
+ Consider using [streams and partitioned streams](./streams) over this plugin. They target the same
512
+ set of use cases but are much more efficient when used with a RabbitMQ Stream Protocol client library.
513
+
514
+ :::
515
+ </p>
516
+ <p>
517
+ A plug-in for RabbitMQ that provides sharded queues. Sharding is
518
+ performed by exchanges, that is, messages will be partitioned
519
+ across "shard" queues by one exchange that we define as sharded.
520
+ </p>
521
+ <ul>
522
+ <li>
523
+ <a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
524
+ </li>
525
+ </ul>
526
+ </td>
527
+ </tr >
528
+
505
529
<tr >
506
530
<th>rabbitmq_shovel</th>
507
531
<td>
Original file line number Diff line number Diff line change @@ -516,6 +516,20 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
516
516
</td>
517
517
</tr >
518
518
519
+ <tr >
520
+ <th>rabbitmq_sharding</th>
521
+ <td>
522
+ A plug-in for RabbitMQ that provides sharded queues. Sharding is
523
+ performed by exchanges, that is, messages will be partitioned
524
+ across "shard" queues by one exchange that we define as sharded.
525
+ <ul>
526
+ <li>
527
+ <a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
528
+ </li>
529
+ </ul>
530
+ </td>
531
+ </tr >
532
+
519
533
<tr >
520
534
<th>rabbitmq_shovel</th>
521
535
<td>
Original file line number Diff line number Diff line change @@ -502,6 +502,30 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
502
502
</td>
503
503
</tr >
504
504
505
+ <tr >
506
+ <th>rabbitmq_sharding</th>
507
+ <td>
508
+ <p>
509
+ :::tip
510
+
511
+ Consider using [streams and partitioned streams](./streams) over this plugin. They target the same
512
+ set of use cases but are much more efficient when used with a RabbitMQ Stream Protocol client library.
513
+
514
+ :::
515
+ </p>
516
+ <p>
517
+ A plug-in for RabbitMQ that provides sharded queues. Sharding is
518
+ performed by exchanges, that is, messages will be partitioned
519
+ across "shard" queues by one exchange that we define as sharded.
520
+ </p>
521
+ <ul>
522
+ <li>
523
+ <a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
524
+ </li>
525
+ </ul>
526
+ </td>
527
+ </tr >
528
+
505
529
<tr >
506
530
<th>rabbitmq_shovel</th>
507
531
<td>
Original file line number Diff line number Diff line change @@ -502,6 +502,30 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
502
502
</td>
503
503
</tr >
504
504
505
+ <tr >
506
+ <th>rabbitmq_sharding</th>
507
+ <td>
508
+ <p>
509
+ :::tip
510
+
511
+ Consider using [streams and partitioned streams](./streams/) over this plugin. They target the same
512
+ set of use cases but are much more efficient when used with a RabbitMQ Stream Protocol client library.
513
+
514
+ :::
515
+ </p>
516
+ <p>
517
+ A plug-in for RabbitMQ that provides sharded queues. Sharding is
518
+ performed by exchanges, that is, messages will be partitioned
519
+ across "shard" queues by one exchange that we define as sharded.
520
+ </p>
521
+ <ul>
522
+ <li>
523
+ <a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
524
+ </li>
525
+ </ul>
526
+ </td>
527
+ </tr >
528
+
505
529
<tr >
506
530
<th>rabbitmq_shovel</th>
507
531
<td>
You can’t perform that action at this time.
0 commit comments