Skip to content
Discussion options

You must be logged in to vote

@rsperl RabbitMQ 4.0.9 is not covered by community support any more.

GET /api/queues does return queues metrics if the management plugin isn't configured to not return them:

[
  {
    "arguments": {
      "x-queue-type": "classic"
    },
    "auto_delete": false,
    "consumer_capacity": 0,
    "consumer_utilisation": 0,
    "consumers": 0,
    "durable": true,
    "effective_policy_definition": {},
    "exclusive": false,
    "internal": false,
    "internal_owner": false,
    "memory": 14048,
    "message_bytes": 0,
    "message_bytes_paged_out": 0,
    "message_bytes_persistent": 0,
    "message_bytes_ram": 0,
    "message_bytes_ready": 0,
    "message_bytes_unacknowledged": 0,
    "me…

Replies: 1 comment 2 replies

Comment options

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

Answer selected by rsperl
@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants