Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dynamic Shovels specify queue x-arguments when topology is declared #2802

Merged
merged 2 commits into from
Feb 10, 2021

Conversation

michaelklishin
Copy link
Member

This makes dynamic shovels recognize two new options, "src-queue-args" and "dest-queue-args", respectively.
They are passed for optional queue arguments and should be used for the arguments that cannot be set using a policy, such as the type of the queue.
For everything else, policies is the right choice.

This way Shovels can be instructed to declare quorum queues, e.g. on the destination side.

Closes #2798.

@michaelklishin michaelklishin changed the title Rabbitmq server 2798 Allow dynamic Shovels specify queue x-arguments when topology is declared Feb 10, 2021
@michaelklishin michaelklishin merged commit 7725db9 into master Feb 10, 2021
@michaelklishin michaelklishin deleted the rabbitmq-server-2798 branch February 10, 2021 04:45
michaelklishin added a commit that referenced this pull request Feb 10, 2021
Allow dynamic Shovels specify queue x-arguments when topology is declared

(cherry picked from commit 7725db9)

Conflicts:
	deps/rabbit/src/rabbit_amqqueue.erl
@michaelklishin
Copy link
Member Author

Backported to v3.8.x.

michaelklishin added a commit that referenced this pull request Feb 25, 2021
Allow dynamic Shovels specify queue x-arguments when topology is declared

(cherry picked from commit 7725db9)

Conflicts:
	deps/rabbit/src/rabbit_amqqueue.erl
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.

Provide a way to specify queue type for dynamic Shovel destination
1 participant