Skip to content

Commit a56896e

Browse files
authored
Add socketOptions to RMQ broadcast test
1 parent 2bd7346 commit a56896e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration/microservices/src/rmq/rmq-broadcast.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class RMQBroadcastController {
1919
urls: [`amqp://localhost:5672`],
2020
queue: 'test_broadcast',
2121
queueOptions: { durable: false },
22+
socketOptions: { noDelay: true },
2223
},
2324
});
2425
}

0 commit comments

Comments
 (0)