nilakantha singh deo
nilakantha singh deo

Reputation: 1006

rabbitmq on heroku without credit card

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

Answers (1)

Derick Bailey
Derick Bailey

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

Related Questions