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

Jeff threshar at torgo.978.org
Wed Mar 21 17:24:34 GMT 2012


this is a very small patch to add exclusive-access support to a queue when accessed via the stomp adaptor.  It is enabled by using the "exclusive" header.

If you are using Net::Stomp your subscribe would look like 

$stomp->subscribe({ "destination" => "/amq/queue/test",
						"ack" => "auto", 
						"exclusive" => "true"
				 }));


-------------- next part --------------
A non-text attachment was scrubbed...
Name: rabbit-2.7.1-exclusive-stomp.diff
Type: application/octet-stream
Size: 1980 bytes
Desc: not available
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120321/cb92d592/attachment.obj>
-------------- next part --------------


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





More information about the rabbitmq-discuss mailing list