-
Notifications
You must be signed in to change notification settings - Fork 224
Run RabbitMQ on CloudAMQP Service
Traun Leyden edited this page Jun 21, 2014
·
2 revisions
A few advantages of using CloudAMQP rather than running your own RabbitMQ instance
- Since CloudAMQP is a managed service, you can leverage their awesome tech support.
- It comes with a really nice Web Admin UI and you can view/manage queues.
- Create a new account on CloudAMQP
- Launch a new AMQP instance
- From the AMQP Console get your AMQP URL, eg,
amqp://cgj:[email protected]/cgj
If you are going through the instructions of Installation on Google Compute Engine, you can:
- Skip the instructions telling you to launch a RabbitMQ instance. You don't need one, since you have one running on CloudAMQP
- Set the
AMQP_URI
environment variable from the one found in your [AMQP Console], eggce:~$ export AMQP_URI=amqp://cgj:[email protected]/cgj