[rabbitmq-discuss] transactions
E Hope-Morley
zedhm at yahoo.co.uk
Mon Oct 17 16:19:13 BST 2011
Is it possible for a message to be delivered to a consumer before the sender has received a Tx.CommitOk?
i.e. if i do the following:
Producer:
tx.select
publish(queue=foo)
tx.commit
Consumer:
cosume(foo)
Is it possible that the consumer will receive a basic.deliver before the tx.commit returns tx.CommitOk?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111017/17ee6c68/attachment.htm>
More information about the rabbitmq-discuss
mailing list