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
Thoughts?
http://github.com/auser/alice/issues/issue/23
On Feb 17, 11:44 am, Ari Lerner <email.ariler...@gmail.com> wrote:
> Hey, can you make an issue on the github issues page:http://github.com/auser/alice/issues
>
> Cheers!
> Ari Lerner
>
> On Wed, Feb 17, 2010 at 12:14 AM, jasonjackson <jasonjack...@gmail.com>wrote:
>
>
>
> > 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 -ihttp://localhost:9999/queues