Re: [clojure-rabbitmq] Queue Property arguments

2014-07-22 Thread Michael Klishin
 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

[clojure-rabbitmq] Queue Property arguments

2014-07-22 Thread David Nielsen
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