/rabbitmq-typescript

RabbitMQ producer/consumer templete using NodeJS and Typescript.

Primary LanguageTypeScript

RabbitMQ implementation using NodeJS (amqplib) and TypeScript

Simple application template to use RabbitMQ with TypeScript.

Running

  • Environment variable RABBITMQ_ADDRESS should set your RabbitMQ address.
  • By default, it'll use 'amqp://guest:guest@localhost:5672'

Development

npm i 
npm run watch