有基于电子邮件的 MQ 服务吗?

发布于 2024-09-10 10:17:59 字数 138 浏览 10 评论 0原文

我正在为我们的程序寻找 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

埋情葬爱 2024-09-17 10:17:59

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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文