Skip to content

Commit 3f9414e

Browse files
feat: deprecate config of amqp
1 parent c53427a commit 3f9414e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjstools/messaging",
3-
"version": "2.19.0",
3+
"version": "2.20.0",
44
"description": "Simplifies asynchronous and synchronous message handling with support for buses, handlers, channels, and consumers. Build scalable, decoupled applications with ease and reliability.",
55
"author": "Sebastian Iwanczyszyn",
66
"license": "MIT",

src/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ export class ChannelConfig {
6868
}
6969
}
7070

71+
/**
72+
* @deprecated
73+
* Will be removed in version 3.x - use RmqChannelConfig from @nestjstools/messaging-rabbitmq-extension version 2.11+
74+
*/
7175
export class AmqpChannelConfig extends ChannelConfig {
7276
public readonly connectionUri: string;
7377
public readonly exchangeName: string;

0 commit comments

Comments
 (0)