Skip to content

Commit a5d20ee

Browse files
BREAKING CHANGE: drop support for amqp config
* feat: BREAKING CHANGE drop support for amqp config * feat!: breaking change * feat!: breaking change
1 parent 68deebd commit a5d20ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ export class InMemoryChannelConfig extends ChannelConfig {
8989
}
9090
}
9191

92-
export enum ExchangeType {
93-
TOPIC = 'topic',
94-
FANOUT = 'fanout',
95-
DIRECT = 'direct',
96-
}
97-
9892
/**
9993
* @description
10094
* Allows asynchronous configuration of messaging channels, similar to NestJS's `useFactory` pattern.

0 commit comments

Comments
 (0)