Skip to content

Support DL queue arguments#59

Open
mnow-cd wants to merge 1 commit into
odolbeau:masterfrom
mnow-cd:master
Open

Support DL queue arguments#59
mnow-cd wants to merge 1 commit into
odolbeau:masterfrom
mnow-cd:master

Conversation

@mnow-cd
Copy link
Copy Markdown
Contributor

@mnow-cd mnow-cd commented Feb 7, 2023

At this moment there is no way to pass arguments to a DL queue.
For example: all DL queues are a classic type and cannot be changed to a quorum type.

With this change it will be possible.

Examples:

parameters:
  # set default arguments for all DL queues
  with_dl:
    arguments:
      x-queue-type: quorum

queues:
  my-queue:
    # remove all arguments for this queue
    with_dl:
      arguments: []
    # override arguments for this queue
    with_dl:
      arguments:
        x-other-arg: value
    # or disable DL for this queue
    with_dl: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant