Skip to content

Commit 6f90f9b

Browse files
Merge pull request #15250 from EeeasyCode/fix/issue-#13931-additional-problem
fix(constants): update RMQ_DEFAULT_QUEUE to an empty string
2 parents 2b9118a + 7f2cc89 commit 6f90f9b

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)