Socket
Book a DemoInstallSign in
Socket

@amplication/plugin-broker-rabbitmq

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplication/plugin-broker-rabbitmq

Use a RabbitMQ message broker to communicate between services generated with Amplication

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
4
-98.11%
Maintainers
8
Weekly downloads
 
Created
Source

@amplication/plugin-broker-rabbitmq

NPM Downloads

Implement RabbitMQ as the message broker in your Amplication's generated services.

Purpose

This plugin generates the relevant code to provide you with end-to-end integration for a RabbitMQ message broker in a Pub/Sub mode compatible with amplication Message Broker.

It generates the following parts:

  • A topics list as a selectable enum.

  • RabbitMQ module and service that contains an emit function to send messages to a RabbitMQ queue.

  • RabbitMQ controller with an endpoint listener for each topic connected to the service, and their type is “receive."

  • A RabbitMQ options getter function that extracts all the relevant variables from the nestjs common ConfigService (by default if would load the available environment variables)

Usage

This plugin provides you with a ready configured NestJS module that you can use in your service. To customize the client options update the .env file with the relevant options.

FAQs

Package last updated on 16 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts