Skip to content

Commit 8765b98

Browse files
authored
Add socketOptions to RMQ sum test
1 parent a301e95 commit 8765b98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration/microservices/e2e/sum-rmq.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ describe('RabbitMQ transport', () => {
2222
urls: [`amqp://localhost:5672`],
2323
queue: 'test',
2424
queueOptions: { durable: false },
25+
socketOptions: { noDelay: true },
2526
},
2627
});
2728
await app.startAllMicroservicesAsync();

0 commit comments

Comments
 (0)