RockteMQ-AI commented on issue #675:
URL:
https://github.com/apache/rocketmq-spring/issues/675#issuecomment-5223768036
**Issue Evaluation**
Category: `question` | Status: **Answered**
Message trace in `rocketmq-v5-client-spring-boot-starter` is configured via
the `enableMsgTrace` property:
```yaml
rocketmq:
producer:
enable-msg-trace: true
```
Or programmatically in the producer configuration. The trace data is sent to
a built-in trace topic (`RMQ_SYS_TRACE_TOPIC_4`) by default, or a custom topic
if configured.
For consumers, enable trace in the `@RocketMQMessageListener` annotation or
consumer configuration.
---
*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]