Skip to content
Discussion options

You must be logged in to vote

3.8.0 (a Version from 2019) Compatibility

Indeed, the metadata field comes from rabbitmq/rabbitmq-server@dbe1b02, which first shipped in 3.8.0 on Oct 1, 2019.

To verify:

docker run -d --name rabbitmq-3.8.0 -p 15672:15672 -p 5672:5672 rabbitmq:3.8.0-management
curl -sL -u guest:guest -H "Accept: application/json" http://127.0.0.1:15672/api/definitions | jq

that outputs

{
  "rabbit_version": "3.8.0",
  "users": [
    {
      "name": "guest",
      "password_hash": "w+HcIC9/nLMF7al8SUEaabe4AzwbXcIrMjqHUY11tlQ9xi6+",
      "hashing_algorithm": "rabbit_password_hashing_sha256",
      "tags": "administrator"
    }
  ],
  "vhosts": [
    {
      "name": "/"
    }
  ],
  "permissions": [
    {
  …

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
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

Answer selected by michaelklishin
@michaelklishin
Comment options

Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #79 on August 19, 2025 22:52.