Reputation: 1006
How to add rabbitmq (cloudAMQP) on Heroku without credit card details? I am trying to configure cloudAMQP on Heroku from CLI . For mongodb we can use mongoLab on Heroku without using credit card .But the same process does not work with cloudAMQP. Please suggest.
Upvotes: 0
Views: 437
Reputation: 72858
You can go to cloudamqp.com directly and sign up for their free version. you will receive a connection string from them, when you sign up, and you can add it to your application configuration just like any other connection string.
I use cloudamqp.com directly, even with my heroku deployed projects. works quite well.
Upvotes: 2