RockteMQ-AI commented on issue #666:
URL: 
https://github.com/apache/rocketmq-spring/issues/666#issuecomment-5223768724

   **Issue Evaluation**
   
   Category: `question` | Status: **Answered**
   
   In the newer versions of `rocketmq-spring-boot-starter`, message timeout and 
transaction rollback interval are configured via:
   
   ```yaml
   rocketmq:
     producer:
       send-message-timeout: 3000      # milliseconds
       retry-times-when-send-failed: 2
       retry-times-when-send-async-failed: 2
   ```
   
   For transaction messages:
   ```yaml
   rocketmq:
     producer:
       transaction-listener:
         check-interval: 60000         # milliseconds (default: 60s)
         check-timeout: 60000          # milliseconds
         max-check-times: 15
   ```
   
   These properties map to the underlying `DefaultMQProducer` settings.
   
   ---
   *Automated evaluation by RockteMQ-AI*
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to