@@ -83,6 +83,7 @@ public class MessageConsumer {
subscribe();
while (true) {
if (batchCodes.contains(batchCode)) {
+ logger.info("waited batchCode: " + batchCode);
batchCodes.remove(batchCode);
return;
}