Invincible-Sazzad / rabbitmq_nodejs

Just playing around with RabbitMQ nodejs 'amqp' library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just playing around 'amqp' node js library of RabbitMQ

Requirements

Erlang

To run RabbitMQ server, first you have to install Erlang. Download Erlng from here.

RabbitMQ

One of the most popular open source message broker. It supports multiple messaging protocols. For download and installation, please follow the link here.

Node.js

You need Node.js and amqp.node to run these codes.

Client Library

To install amqp.node using npm:

npm install amqplib -g

About

Just playing around with RabbitMQ nodejs 'amqp' library


Languages

Language:JavaScript 100.0%