Skip to content

Example project with NestJS for using RabbitMQ, PgBoss and Bulljs

Notifications You must be signed in to change notification settings

Insidexa/nest-queues-examples

Repository files navigation

This project for example how to use queue in nest

  • rabbitmq
  • pg-boss
  • bulljs

sample.controller.ts has examples for publish message from producers

example for using websocket gateway in consumer

Run project:

  • copy .env.example to .env
  • docker-compose up
  • npm i
  • npm run server
  • npm run queue

Rabbitmq - http://localhost:${APP_PORT}/rabbitmq
Bulljs - http://localhost:${APP_PORT}/bulljs
PgBoss - http://localhost:${APP_PORT}/pgboss

About

Example project with NestJS for using RabbitMQ, PgBoss and Bulljs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published