开发者

How will Heroku's AMQP work?

开发者 https://www.devze.com 2023-01-17 07:56 出处:网络
I saw that they soon will have an addon for AMQP. I\'m about to le开发者_JAVA技巧arn how to use AMQP with RabbitMQ. I suppose that that addon doesn\'t deal with RabbitMQ.

I saw that they soon will have an addon for AMQP.

I'm about to le开发者_JAVA技巧arn how to use AMQP with RabbitMQ. I suppose that that addon doesn't deal with RabbitMQ.

Isn't AMQP just a protocol. Are they using any AMQP broker like RabbitMQ or ActiveMQ?


Heroku founder has written a Ruby library named Minion https://github.com/orionz/minion that mentions RabbitMQ so I suspect that will be the one.

As long as they are using AMQP .8 and .9 then they will have to supply a broker. Only AMQP 1.0 can be used brokerless.

0

精彩评论

暂无评论...
验证码 换一张
取 消