check kafka consumers

This commit is contained in:
Ken Stevens 2024-11-22 11:27:03 -05:00
parent f5031ab221
commit 0fa05de593

View File

@ -46,6 +46,10 @@ public class MdmQueueConsumerLoader {
myMdmSettings = theMdmSettings;
myMdmMessageHandler = theMdmMessageHandler;
if (myMdmSettings.isPassiveModeEnabled()) {
return;
}
startListeningToMdmChannel();
}