Skip to content

How to delete a quorum queue without an elected leader or any online replicas #12410

Closed Answered by michaelklishin
luos asked this question in Questions
Discussion options

You must be logged in to vote

An improved (more modern, Khepri-compatible) version of this would use rabbit_db_queue:delete/2 which is the highest level API that will use Khepri or Mnesia, depending on which data store is used in the cluster, and the API cannot be reduced further.

It takes a resource name, just like in @luos' example, a {resource, VHostName, queue, QueueName} tuple.

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Comment options

You must be logged in to vote
5 replies
@michaelklishin
Comment options

@michaelklishin
Comment options

@luos
Comment options

@michaelklishin
Comment options

Answer selected by michaelklishin
@luos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #12410 on September 30, 2024 17:19.