Ask HN: API for RabbitMQ?

2 points by agibsonccc ↗ HN
It doesn't seem like there's anything out there, it's widely used in a lot of places though.

3 comments

[ 0.19 ms ] story [ 19.2 ms ] thread
RabbitMQ is accessed mostly by using the AMQP protocol 0.9.1 so if you have a client in your language for that version then you are good to go. Check the links in @blackdawg comment.

There are some plugins which offer other protocols like STOMP or MQTT

I'm talking about more of a platform for rabbitmq heroku style. I'm aware of cloud foundry's built in stuff, but what about something stand alone? Sorry for not being clearer.