Skip to content

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

About

RabbitMQ producer/consumer templete using NodeJS and Typescript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published