-
Notifications
You must be signed in to change notification settings - Fork 4k
Add federation support for quorum queues #2831
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's not possible to know all aplicable policies since plugins can extend these, i.e. federation. Thus, we'll exclude the known unapplicable core policies and allow through any other policy.
This is functional so assuming the QQ code path question in #2804 is answered, this may be good to go. |
it is not supported by some libcrypto versions, including CI. See [1][2]. 1. https://github.com/rabbitmq/credentials-obfuscation/pull/10/files 2. https://bugs.erlang.org/browse/ERL-1478 (cherry picked from commit caddfd3)
Don't consider exclusive classic queues to be mirrored (cherry picked from commit 322938e)
Handle queue deletions in the middle of leadership transfers (cherry picked from commit 6c65863)
Allow dynamic Shovels specify queue x-arguments when topology is declared (cherry picked from commit 7725db9) Conflicts: deps/rabbit/src/rabbit_amqqueue.erl
Disable Erlang busy wait threshold by default (cherry picked from commit a3713aa)
New configuration settings for TLS: wildcard-aware hostname verification, SNI (cherry picked from commit 5cf28f5)
and skip it in mixed version mode. (cherry picked from commit 1d078cf)
5.x deprecated a lot of stuff and spits gigantic warnings that break the setup functions. (cherry picked from commit 1af2600)
(cherry picked from commit cd683de)
(cherry picked from commit 66badb9)
Add tls info on rabbit.conf example (cherry picked from commit 4d4ba53)
(cherry picked from commit 1752698)
(cherry picked from commit 6d4c005)
(cherry picked from commit d52f8da)
fix old demo link (cherry picked from commit 74878e0)
by exporting RABBITMQ_TRACER="true" (cherry picked from commit 5c84cf8)
(cherry picked from commit b7f01c1)
(cherry picked from commit 775459f)
fix search field for values containing spaces (cherry picked from commit b13bc56)
(cherry picked from commit a71771b)
(cherry picked from commit f58a837)
…ply-to-key Encode direct reply-to "client identifiers" in a more compact way (cherry picked from commit 71c3eec)
so override it unconditionally. (cherry picked from commit cd1a271)
(cherry picked from commit 5f72779)
(cherry picked from commit 752f16a)
(cherry picked from commit cdd0c16)
(cherry picked from commit 26b676f)
(cherry picked from commit 7e93cc8)
(cherry picked from commit 98b46b2)
Rename consumer_utilisation to consumer_capacity (cherry picked from commit 17b082a)
if terminate_child/2 above fails, so will delete_child/2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Same as #2804 but for v3.8.x
Types of Changes
Checklist
CONTRIBUTING.md
document