Skip to content

RabbitMQ producer/consumer templete using NodeJS and Typescript.

Notifications You must be signed in to change notification settings

raafvargas/rabbitmq-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published