RocketMQ-TransactionMQProducer sends transaction message source code analysis

table of Contents

TransactionMQProducer

TransactionListener

Source code analysis of sending transaction messages

Transaction review mechanism


TransactionMQProducer

The producer in transaction mode , inherited from the DefaultMQProducer class, is used to send transaction messages. The member variable TransactionListener is the key to the realization of transaction messages.

Guess you like

Origin blog.csdn.net/qq_29569183/article/details/115180636