Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.
This repository was archived by the owner on May 26, 2026. It is now read-only.

Queues resource not returning a value #23

Description

@jasonjackson

I have Alice and Wonderland both up and running, and I am noticing
that all of the REST resources are working great with the exception of
the queues resource.

Using curl:

root@sfqload01 /var/lib/rabbitmq

$ curl -i http://localhost:9999/queues

HTTP/1.1 200 OK
Server: MochiWeb/1.0 (Any of you quaids got a smint?)
Date: Wed, 17 Feb 2010 08:04:58 GMT
Content-Type: text/json
Content-Length: 13
{"queues":[]}

root@sfqload01 /var/lib/rabbitmq

So Wonderland obviously shows an empty page. But when i query
rabbitmqctl directly I can see the output that I would like to see via

Alice:

root@sfqload01 /var/lib/rabbitmq
$ rabbitmqctl list_queues -p /nanite memory name messages_unacknowledged messages
Listing queues ...
6056 mapper-15e44eb68b0841a9098bac4fbad56a2d 0 0
9432 registration 0 0
6056 mapper-46f4166745cf57fe1b6e8d55885614ec 0 0
2915112 nanite-b 5 1476
1802424 nanite-a 6 1368
9432 request 0 0
9432 mapper-offline 0 0
19192 heartbeat 0 0
...done.
root@sfqload01 /var/lib/rabbitmq

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions