@onlineapps/mq-client-core 1.0.46 → 1.0.47
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.
package/package.json
CHANGED
|
@@ -336,6 +336,7 @@ module.exports = {
|
|
|
336
336
|
queueName.startsWith('infrastructure.') ||
|
|
337
337
|
queueName.startsWith('validation.') ||
|
|
338
338
|
queueName.startsWith('monitoring.') ||
|
|
339
|
+
queueName.startsWith('telemetry.') ||
|
|
339
340
|
queueName.startsWith('delivery.');
|
|
340
341
|
},
|
|
341
342
|
|
|
@@ -436,7 +437,7 @@ module.exports = {
|
|
|
436
437
|
|
|
437
438
|
/**
|
|
438
439
|
* Get monitoring queue configuration
|
|
439
|
-
* @param {string} queueName - Queue name (e.g., 'monitoring.workflow
|
|
440
|
+
* @param {string} queueName - Queue name (e.g., 'monitoring.workflow')
|
|
440
441
|
* @returns {Object} Queue configuration
|
|
441
442
|
*/
|
|
442
443
|
getMonitoringQueueConfig(queueName) {
|
|
@@ -449,7 +450,7 @@ module.exports = {
|
|
|
449
450
|
|
|
450
451
|
/**
|
|
451
452
|
* Get infrastructure queue configuration by queue name (auto-detect type)
|
|
452
|
-
* @param {string} queueName - Full queue name (e.g., 'workflow.init', 'registry.register', 'infrastructure.health.checks', 'monitoring.workflow
|
|
453
|
+
* @param {string} queueName - Full queue name (e.g., 'workflow.init', 'registry.register', 'infrastructure.health.checks', 'monitoring.workflow')
|
|
453
454
|
* @returns {Object} Queue configuration
|
|
454
455
|
*/
|
|
455
456
|
getInfrastructureQueueConfig(queueName) {
|