Skip to content
Discussion options

You must be logged in to vote

We were able to establish that the problem can be circumvented by manually editing shovels definitions to include the src-queue-args and dest-queue-args parameters, for example:

"parameters": [
    {
      "value": {
        ...
        "dest-protocol": "amqp091",
        "dest-queue": "TargetQueue",
        "src-queue": "SourceQueue",
        "dest-queue-args": {
          "x-queue-type": "quorum"
        },
        "src-queue-args": {
          "x-queue-type": "quorum"
        }
      },
]

This will make exported definitions correct and new queues will be created correctly as quorum and not classic types.

This is only a workaround, the original bug persists, as these definitions will n…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Comment options

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

@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10486 on February 05, 2024 14:23.