This repository was archived by the owner on Apr 15, 2026. It is now read-only.
DISPATCH-413 Reference the AMQP Management spec in docs in a less ambiguous manner#1358
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1358 +/- ##
==========================================
- Coverage 84.76% 84.62% -0.15%
==========================================
Files 114 114
Lines 28403 28404 +1
==========================================
- Hits 24077 24038 -39
- Misses 4326 4366 +40
Continue to review full report at Codecov.
|
Contributor
|
@jiridanek looks good, note that we normally[1] refer to 1.0 spec at http://www.amqp.org/resources/download [1] https://qpid.apache.org/releases/qpid-dispatch-1.12.0/user-guide/index.html#overview-of-amqp-qdr |
Contributor
Author
|
This is not part of AMQP 1.0 spec. It is some kind of extension on top, if I understand the situation correctly. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The spec in question is AMQP Management v1.0 WD09. I managed to find a newer working draft WD12 of the spec, but I did not manage to download a readable copy of it. It looks like the spec never got past working drafts anyways.
CC @pwright