Skip to content

Setup your own AMQP Broker and Connect to it using NodeJS Application

Notifications You must be signed in to change notification settings

sugir93/setup_AMQP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Setup own AMQP Broker and Nodejs Client Application

Setup Broker

Install ERLANG from the following URL

    http://www.erlang.org/downloads

Install RABITMQ from the following URL

    https://www.rabbitmq.com/download.html

Start the broker after the installation (the broker will be started by default after the installation).

Setup Client Application using nodejs

link to download the project

https://github.com/sugir93/setup_AMQP.git

After downloading the project from the above URL, Run the following CMD in the root directory of the project

npm install
npm start

About

Setup your own AMQP Broker and Connect to it using NodeJS Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published