Skip to content

Commit 7b2d96d

Browse files
feat: Add docs
1 parent c9ee5d9 commit 7b2d96d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
A NestJS library for managing asynchronous and synchronous messages with support for buses, handlers, channels, and consumers. This library simplifies building scalable and decoupled applications by facilitating robust message handling pipelines while ensuring flexibility and reliability.
88

9+
---
10+
11+
## Documentation
12+
13+
https://nestjstools.gitbook.io/nestjstools-messaging-docs
14+
15+
---
16+
917
## Installation
1018

1119
```bash
@@ -169,5 +177,3 @@ The Fanout Exchange broadcasts messages to all bound queues, ignoring the routin
169177
| **`deadLetterQueueFeature`** | Enables a dead-letter queue to capture messages that could not be processed due to errors. | `false` |
170178

171179
This table provides a structured overview of the **`MessagingModule.forRoot`** configuration, with details about each property within **buses** and **channels** and their corresponding default values.
172-
173-
---

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-rabbitmq-extension",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "Extension to handle messages and dispatch them over AMQP protocol",
55
"author": "Sebastian Iwanczyszyn",
66
"private": false,

0 commit comments

Comments
 (0)