We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c90d7 commit 7f2cc89Copy full SHA for 7f2cc89
packages/microservices/constants.ts
@@ -14,7 +14,7 @@ export const KAFKA_DEFAULT_GROUP = 'nestjs-group';
14
export const MQTT_SEPARATOR = '/';
15
export const MQTT_WILDCARD_SINGLE = '+';
16
export const MQTT_WILDCARD_ALL = '#';
17
-export const RQM_DEFAULT_QUEUE = 'default';
+export const RQM_DEFAULT_QUEUE = '';
18
export const RQM_DEFAULT_PREFETCH_COUNT = 0;
19
export const RQM_DEFAULT_IS_GLOBAL_PREFETCH_COUNT = false;
20
export const RQM_DEFAULT_QUEUE_OPTIONS = {};
0 commit comments