有基于电子邮件的 MQ 服务吗?
我正在为我们的程序寻找 MQ 系统(rabbitmq、activemq)。几乎所有 MQ 都在端口上运行。我想知道是否有任何 MQ 系统在 smtp 或电子邮件服务上运行。
基本上,我试图避免设置新软件和在不同防火墙中打开端口的麻烦(这很麻烦)。
I am looking for MQ systems (rabbitmq , activemq) for our programs. Almost all MQ run on ports. I was wondering if there are any MQ systems running on smtp or email services.
Basically I am trying to avoid the hassle of setting up a new software and opening up ports in different firewalls (its a hassle).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RabbitMQ 的设计初衷是为了与其他消息传递系统进行互操作:它是 AMQP(业务消息传递开放标准)的领先实现,并且通过适配器支持 XMPP、SMTP、STOMP 和 HTTP 来实现轻量级 Web 消息传递。
支持 SMTP 吗?来自: http://www.rabbitmq.com/
RabbitMQ is designed from the ground up to interoperate with other messaging systems: it is the leading implementation of AMQP, the open standard for business messaging, and, through adapters, supports XMPP, SMTP, STOMP and HTTP for lightweight web messaging.
supports SMTP? from: http://www.rabbitmq.com/