[rabbitmq-discuss] [PATCH] Add exclusive queue support to stomp adaptor

Jeff jeff at jefftrout.com
Mon Mar 26 16:39:52 BST 2012


On Mar 26, 2012, at 11:02 AM, Tony Garnock-Jones wrote:

> On 26 March 2012 10:40, Steve Powell <steve at rabbitmq.com> wrote:
> At the moment, I'm not at all sure how we might ensure that there is
> only one consumer (at a time?) for any queue. But IDKE.
> 
> You're probably looking for the "exclusive" argument to *basic.consume* rather than queue.declare.
> 
> Tony

Yep - that is what this patch does - it allows us to pass in the exclusive argument to basic.consume in the stomp wrapper (it was previous hardcoded to be false) 


--
Jeff Trout <jeff at jefftrout.com>
http://www.stuarthamm.net/
http://www.dellsmartexitin.com/





More information about the rabbitmq-discuss mailing list