mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
Add @Override for RMQOrderListener.java (#1939)
Co-authored-by: lishaofeng <lishaofeng@xgd.com>
This commit is contained in:
+2
-1
@@ -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 != "") {
|
||||
|
||||
Reference in New Issue
Block a user