Replies: 2 comments 4 replies
-
Please read If you still think you need this, please explain what you want to achieve. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Considering what the goal of the sharding plugin is, using quorum queues for shards doesn't make much sense. If you are looking to a similar kind of "logical queue with parallelism", you can achieve that with N queues of any type plus the consistent hashing exchange. Or justu se superstreams with a RabbitMQ stream protocol client. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I recently tried the rabbitmq sharding plugin(x-modulus-hash) and found that the shard queues it create are of type classic. Can you please clarify if it support quorum queues ? if yes then how to configure sharding plugin to create quorum queues instead ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions