mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-06 03:59:24 +00:00
check kafka consumers
This commit is contained in:
parent
f5031ab221
commit
0fa05de593
@ -46,6 +46,10 @@ public class MdmQueueConsumerLoader {
|
||||
myMdmSettings = theMdmSettings;
|
||||
myMdmMessageHandler = theMdmMessageHandler;
|
||||
|
||||
if (myMdmSettings.isPassiveModeEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
startListeningToMdmChannel();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user