Rocketmq: 请问怎么删除一个消息

Created on 28 Apr 2019  ·  2Comments  ·  Source: apache/rocketmq

某个第三方框架集成了RocketMq,会反序列化消息内容. 现在我在测试的时候,手动发了内容不符合的消息,结果这条消息一直反序列化失败. 请问在不清空数据的情况下, 有办法删除指定的消息吗

question

Most helpful comment

Do u mean the message consumption continues to fail?
You can just wait because this message will be put into DLQ after trying16 times(By default), and no long to be consumed.

There is no way to delete a certain message in RokcetMQ .

All 2 comments

Do u mean the message consumption continues to fail?
You can just wait because this message will be put into DLQ after trying16 times(By default), and no long to be consumed.

There is no way to delete a certain message in RokcetMQ .

举个例子
我生成这个链接30分钟有效,
如果我点击我就想要把这个消息删掉
如果没有点击那就30分钟后删调
这个怎么实现》》???

Was this page helpful?
0 / 5 - 0 ratings