CloudAMQP are managed RabbitMQ servers in the cloud - hosted message queues that lets you pass messages between processes and other systems.
The CloudAMQP dashboard can be accessed by visiting: customer.cloudamqp.com/login
The CloudAMQP dashboard allows you to show the current message rate, which queues and exchanges you have, and the bindings between them. You can also queue and pop messages manually, among other things.
Once you have subscribed to this service and located your credentials, you will need to configure your application to use the credentials for your service.
We recommend setting the following environment variables within your application runtime to connect the service to your app:
Variable Name |
Example Value |
CLOUDAMQP_HTTP_API_URI |
|
CLOUDAMQP_URI |
amqp://raeixzae:[email protected]/raeixzae |
Use the OpenShift client tools to set environment variables to make your credentials available within your application runtime:
$ rhc env set CLOUDAMQP_HTTP_API_URI=VALUE -a App_Name
$ rhc env set CLOUDAMQP_URI=VALUE -a App_Name
| Check out the general code examples to see how to use environment variables within your application. |
Additional documentation is available at http://www.cloudamqp.com/docs/index.html.
Our status page can be found at status.cloudamqp.com where we publish status information.
If you have any questions, please email [email protected]
If you need technical support, please email [email protected]
A list of our most frequently asked questions can be found here.