Replies: 2 comments 1 reply
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
No, I don't think so. Queue shards are regular queues named using a convention. You can delete them one by one. If you don't know how many shards a node have you can overshoot as deleting a non-existent queue is idempotent (does not produce a channel exception) starting with 3.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If I want to delete sharding queues manually (auto-delete=false) then is there any easier way to delete sharding queues programmatically? I found the rabbitmq-sharding test cases only support delete sharding queue one by one based on node name - https://github.com/rabbitmq/rabbitmq-sharding/blob/master/test/src/rabbit_sharding_SUITE.erl#L319-L324
is possible to delete sharding queues by logic queue name?
Beta Was this translation helpful? Give feedback.
All reactions