https://github.com/xeoneux/cloudamqp-demo
Simple Cloudamqp demo for learning
https://github.com/xeoneux/cloudamqp-demo
Last synced: 24 days ago
JSON representation
Simple Cloudamqp demo for learning
- Host: GitHub
- URL: https://github.com/xeoneux/cloudamqp-demo
- Owner: xeoneux
- Created: 2019-05-17T09:01:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T09:01:42.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T19:18:52.146Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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```console
$ npm install
```7. then
```console
$ node index.js
```## References
```console
https://www.cloudamqp.com/
https://www.rabbitmq.com/
```