提交 0fff4a8d 编写于 作者: D DESKTOP-E3RLCKV\chixuan

shutdown transactionalMessageCheckService

上级 289f0d2e
......@@ -741,6 +741,10 @@ public class BrokerController {
if (this.fileWatchService != null) {
this.fileWatchService.shutdown();
}
if (this.transactionalMessageCheckService != null) {
this.transactionalMessageCheckService.shutdown(false);
}
}
private void unregisterBrokerAll() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册