[rabbitmq-discuss] publishing inside a transaction before acking

Matthew Sackman matthew at lshift.net
Wed May 19 11:33:26 BST 2010


On Wed, May 19, 2010 at 04:00:54PM +0530, vishnu wrote:
> why does rabbitmq implicitly start a transaction after a commit. Does this
> mean after a commit every single operation now has to be transactional?

Yup. Once a channel has had a tx.select, it is transactional until it is
closed. Feel free to use several channels.

Matthew



More information about the rabbitmq-discuss mailing list