We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a301e95 commit 8765b98Copy full SHA for 8765b98
1 file changed
integration/microservices/e2e/sum-rmq.spec.ts
@@ -22,6 +22,7 @@ describe('RabbitMQ transport', () => {
22
urls: [`amqp://localhost:5672`],
23
queue: 'test',
24
queueOptions: { durable: false },
25
+ socketOptions: { noDelay: true },
26
},
27
});
28
await app.startAllMicroservicesAsync();
0 commit comments