dasonXu opened a new issue #2388: URL: https://github.com/apache/rocketmq/issues/2388
The working mode of the transaction message is: 1.producer.sendMessageInTransaction() 2.transactionListener.executeLocalTransaction() 3.then basis the result of transactionListener.executeLocalTransaction() do commit or rollback. but now, when i execute producer.sendMessageInTransaction(), i want to know the result of transactionListener.executeLocalTransaction() to return interface caller success or not.is there any good implment ? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
