Skip to content

Commit c2c674d

Browse files
authored
[ISSUE #10068] Remove duplicate registration in DefaultMessagingProcessor.init (#10069)
1 parent 7fe0349 commit c2c674d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proxy/src/main/java/org/apache/rocketmq/proxy/processor/DefaultMessagingProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ protected void init() {
142142
this.appendStartAndShutdown(this.receiptHandleProcessor);
143143
this.appendShutdown(this.producerProcessorExecutor::shutdown);
144144
this.appendShutdown(this.consumerProcessorExecutor::shutdown);
145-
this.appendStartAndShutdown(this.receiptHandleProcessor);
146145
}
147146

148147
@Override

0 commit comments

Comments
 (0)