On 22 July 2014 at 16:27:35, David Nielsen (da...@graveyard.dk) wrote:
> > But how do i retrieve my foo argument again ?
> (status channel queue-name)
>
> only give me :message-count and :consumer-count
>
> Any ideas?
Using HTTP API.
--
MK
Staff Software Engineer, Pivotal/RabbitMQ
--
Y
Hi. there..
I cant find any good way to retrieve the queue attributes on an existing
queue
I declare my queue with :arguments:
(declare channel queue-name :durable true :exclusive false :auto-delete
false :arguments {"foo" "bar"})
But how do i retrieve my foo argument again ?
(status channel qu