[ISSUE #6390] Add break to the exception of WHEEL_TIMER_NOT_ENABLE. (#6394)

This commit is contained in:
Ji Juntao
2023-03-19 14:56:52 +08:00
committed by GitHub
parent 3613821c6a
commit 7d67484456
@@ -398,6 +398,7 @@ public class SendMessageProcessor extends AbstractSendMessageProcessor implement
response.setCode(ResponseCode.SYSTEM_ERROR);
response.setRemark(String.format("accurate timer message is not enabled, timerWheelEnable is %s",
this.brokerController.getMessageStoreConfig().isTimerWheelEnable()));
break;
case SERVICE_NOT_AVAILABLE:
response.setCode(ResponseCode.SERVICE_NOT_AVAILABLE);
response.setRemark(