Skip to content

xeoneux/cloudamqp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudAMQP demo

CloudAMQP provides RabbitMQ services on cloud with Max 10 000 queued messages. This demo application consists of producer which push data to rabbitmq queue and a consumer which checks for any new items in queue and process them.

Steps

  1. Signup at https://www.cloudamqp.com/plans.html for free plan
  2. Create New Instance
  3. From Cloudamqp console copy AMQP URL
  4. Set amqpserver in config file to copied AMQP URL
  5. set a name for you queue
  6. then in terminal
$ npm install
  1. then
$ node index.js

References

https://www.cloudamqp.com/
https://www.rabbitmq.com/

About

Simple Cloudamqp demo for learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published