未验证 提交 67b8a2aa 编写于 作者: S Shaofeng Li 提交者: GitHub

Add @Override for RMQOrderListener.java (#1939)

Co-authored-by: Nlishaofeng <lishaofeng@xgd.com>
上级 f12cc81e
......@@ -64,8 +64,9 @@ public class RMQOrderListener extends AbstractListener implements MessageListene
return String.format("%s_%s", queueId, brokerIp);
}
@Override
public ConsumeOrderlyStatus consumeMessage(List<MessageExt> msgs,
ConsumeOrderlyContext context) {
ConsumeOrderlyContext context) {
for (MessageExt msg : msgs) {
if (isDebug) {
if (listenerName != null && listenerName != "") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册