Nestjstools Messaging Docs
CtrlK
  • Nestjstools Messaging Docs
  • Introduction
    • What is this library?
  • 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
    • Azure Service Bus
  • Best practice
    • CQRS based on RabbitMQ
    • Create wrapper class for Message Bus
    • Consumer as the background process
    • Bootstrap (Http, Worker mode)
Powered by GitBook
On this page
Export as PDF

Best practice

CQRS based on RabbitMQCreate wrapper class for Message BusConsumer as the background processBootstrap (Http, Worker mode)
PreviousAzure Service BusNextCQRS based on RabbitMQ