Nestjstools Messaging Docs
  • Introduction
    • What is this library?
    • Supported message brokers
  • Getting Started
    • Installation
    • Initialize Module
    • Message Handler
    • Disaptch a message
  • Components
    • Message Handlers
    • Normalizers
    • Exception Listeners
    • Middlewares
    • Message Bus
    • Channel
  • Broker integration
    • RabbitMQ
    • Redis
    • Google PubSub
    • Amazon SQS
    • Nats
  • Best practice
    • CQRS based on RabbitMQ
    • Create wrapper class for Message Bus
    • Consumer as the background process
Powered by GitBook
On this page
  • 📦 Installation
  • ✅ Using npm
  • ✅ Using yarn
  • 🧱 Requirements
Export as PDF
  1. Getting Started

Installation

📦 Installation

To start using the @nestjstools/messaging library, you can install it using either npm or yarn, depending on your preference.

✅ Using npm

npm install @nestjstools/messaging

✅ Using yarn

yarn add @nestjstools/messaging

🧱 Requirements

  • Node.js v22 or higher

  • NestJS 10+

PreviousGetting StartedNextInitialize Module

Last updated 9 days ago