@rewaa/event-broker
Advanced tools
Comparing version 3.2.6 to 3.2.7
@@ -82,2 +82,3 @@ "use strict"; | ||
let queueAttributes = { | ||
VisibilityTimeout: `${topic.visibilityTimeout || constants_1.DEFAULT_VISIBILITY_TIMEOUT}`, | ||
DelaySeconds: `${constants_1.DEFAULT_MESSAGE_DELAY}`, | ||
@@ -84,0 +85,0 @@ MessageRetentionPeriod: `${(topic === null || topic === void 0 ? void 0 : topic.retentionPeriod) || |
@@ -226,6 +226,2 @@ /// <reference types="node" /> | ||
/** | ||
* Use this to force load topics from external clients | ||
*/ | ||
refreshTopicsCache?: boolean; | ||
/** | ||
* Optional default queues options when consuming on a default queue | ||
@@ -232,0 +228,0 @@ * |
{ | ||
"name": "@rewaa/event-broker", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"description": "A broker for all the events that Rewaa will ever produce or consume", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181755
1296