Skip to content

Commit 7f2cc89

Browse files
committed
fix(constants): update RQM_DEFAULT_QUEUE to an empty string
1 parent a9c90d7 commit 7f2cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/microservices/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const KAFKA_DEFAULT_GROUP = 'nestjs-group';
1414
export const MQTT_SEPARATOR = '/';
1515
export const MQTT_WILDCARD_SINGLE = '+';
1616
export const MQTT_WILDCARD_ALL = '#';
17-
export const RQM_DEFAULT_QUEUE = 'default';
17+
export const RQM_DEFAULT_QUEUE = '';
1818
export const RQM_DEFAULT_PREFETCH_COUNT = 0;
1919
export const RQM_DEFAULT_IS_GLOBAL_PREFETCH_COUNT = false;
2020
export const RQM_DEFAULT_QUEUE_OPTIONS = {};

0 commit comments

Comments
 (0)