rabbitmq-server/include
Matthias Radestock 1b43c217f4 clean up tx records in queues when a transaction's channel dies
Previously queues were only monitoring channels with subscribers or to
which ack-requiring messages had been delivered. Now queues also
monitor channels from which they have received transactional
publishes.

Queues record the last tx id they have seen from a channel. This then
makes it easy and efficient to find the associated tx record in the
queue's process dictionary when a channel process dies - the
alternative would be to scan the tx records for matching channel pids
- and perform the required rollback activities for the tx.
2009-06-05 08:10:51 +01:00
..
rabbit.hrl clean up tx records in queues when a transaction's channel dies 2009-06-05 08:10:51 +01:00
rabbit_framing_spec.hrl Update copyrights. 2008-12-09 15:57:36 +00:00