'How to delete the deley messages that has not been consumed?
I want to delete the sent deley message or modify the sent deley message expiration time.
Solution 1:[1]
You can reset the consume offset by RocketMQ DashBoard or command line sh mqadmin resetOffsetByTime,
sh mqadmin resetOffsetByTime -s timestamp -t topic -g group -n namesrv
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jeremy Caney |
