Heroku 的 AMQP 将如何工作?
我看到他们很快就会有 AMQP 的插件。
我即将学习如何将 AMQP 与 RabbitMQ 结合使用。我认为该插件不处理 RabbitMQ。
AMQP 不只是一个协议吗?他们是否使用任何 AMQP 代理(例如 RabbitMQ 或 ActiveMQ)?
I saw that they soon will have an addon for AMQP.
I'm about to learn 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Heroku 创始人编写了一个名为 Minion https://github.com/orionz/minion 的 Ruby 库,其中提到了 RabbitMQ所以我怀疑这就是那个。
只要他们使用 AMQP .8 和 .9,那么他们就必须提供经纪人。只有 AMQP 1.0 可以无代理使用。
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.