[rabbitmq-discuss] STOMP: can a client subscribe to non-existing destination and immediately send a message

Rob Harrop rob at rabbitmq.com
Thu Jul 7 11:31:29 BST 2011


Michael,

In this case, you are advised to use receipts if you want guarantees of the ordering across subscribe and send.

You can send your SUBSCRIBE frame, wait for it's receipt and then issue the SEND.

Rob



On 7 Jul 2011, at 10:14, Michael Justin <michael.justin at gmx.net> wrote:

> Hello,
> 
> I have read somewhere (but forgot where) that clients using the RabbitMQ Stomp plugin could experience message loss if the client immediately sends a message after subscribing to a non-existent destination. Is this correct or was it valid for older versions only?
> 
> Many thanks in advance
> Michael Justin
> 
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list