Skip to content

Commit

Permalink
Remove configuration tcp in consumer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mapeveri committed Dec 26, 2024
1 parent 068df8d commit 80702da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/consumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ async function bootstrap() {

const app = await NestFactory.create(AppModule);

app.connectMicroservice<MicroserviceOptions>({
transport: Transport.TCP,
});

app.connectMicroservice<MicroserviceOptions>({
transport: Transport.RMQ,
options: rabbitMqConfig,
Expand Down

0 comments on commit 80702da

Please sign in to comment.