@platform-x/hep-message-broker-client 1.1.15 → 1.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -444,7 +444,7 @@ class MessageBroker {
|
|
|
444
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
445
445
|
try {
|
|
446
446
|
logger_1.Logger.info('Reached in initialize consumers', 'initializeConsumers');
|
|
447
|
-
const consumeQueues = configData === null || configData === void 0 ? void 0 : configData.
|
|
447
|
+
const consumeQueues = configData === null || configData === void 0 ? void 0 : configData.etg_consume_queues;
|
|
448
448
|
for (const queueName in consumeQueues) {
|
|
449
449
|
if (Object.prototype.hasOwnProperty.call(consumeQueues, queueName)) {
|
|
450
450
|
yield this.consumeMessage(queueName, classInstance, consumerHandler, consumerErrorHandler);
|