quqiangsheng commented on issue #1896: RocketMQLocalTransactionListener 
checkLocalTransaction  number of times 
URL: https://github.com/apache/rocketmq/issues/1896#issuecomment-606605190
 
 
   I found a solution
   i use rocketmq-spring-boot-starter.version  2.1.0
   when implement  RocketMQLocalTransactionListener 
checkLocalTransaction(Message msg) method 
   String checkTimes = (String) 
msg.getHeaders().get(MessageConst.PROPERTY_TRANSACTION_CHECK_TIMES);
   if use rocketmq-client   I think it's easier
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to