Skip to content

Commit 672dd49

Browse files
authored
Added Default Socket Options for RMQ
1 parent 1714b51 commit 672dd49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/microservices/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const RQM_DEFAULT_QUEUE = 'default';
2525
export const RQM_DEFAULT_PREFETCH_COUNT = 0;
2626
export const RQM_DEFAULT_IS_GLOBAL_PREFETCH_COUNT = false;
2727
export const RQM_DEFAULT_QUEUE_OPTIONS = {};
28+
export const RQM_DEFAULT_SOCKET_OPTIONS = {};
2829

2930
export const GRPC_DEFAULT_PROTO_LOADER = '@grpc/proto-loader';
3031
export const GRPC_DEFAULT_MAX_RECEIVE_MESSAGE_LENGTH = 4 * 1024 * 1024;

0 commit comments

Comments
 (0)