[rabbitmq-discuss] STOMP plugin - durable subscription limitation

Emile Joubert emile at rabbitmq.com
Mon Oct 22 10:49:10 BST 2012


Hi Michael,

On 21/10/12 09:32, Michael Justin wrote:
> So I understand with the frames shown, the clients would use the same 
> shared queue.
> 
> Does this mean that all waiting messages in the topic will be 
> distributed between the two clients because of the identical 
> subscription ID x destination?

Yes, this is correct. Both clients will be consuming from the same queue
and messages will be distributed between them. You can use the prefetch
header to control the distribution:

http://www.rabbitmq.com/stomp.html#pear.p



-Emile



More information about the rabbitmq-discuss mailing list