是否有最小消息队列?

发布于 2024-09-10 03:42:29 字数 216 浏览 1 评论 0原文

我正在寻找一个最小的消息队列项目。

最小化我的意思是:

  • 没有/最小化设置/管理
  • 使用http(所以我不需要协议/队列特定的库/代码)
  • (持久性会得到额外的分数;)
  • (它应该在linux上运行。)

有这样的吗有可用的项目吗?我曾经听说过一个使用HTTP作为协议层的消息队列,但我找不到它。

I'm searching for a minimal message queue project.

With minimal I mean something along this:

  • No/Minimal setup / administration
  • Uses http (so I don't need protocol/queue specific libraries/code)
  • (Persistence would get extra points ;)
  • (It should run on linux.)

Is there such a project available? I once heard about a message queue utilizing HTTP as the procotocol layer, but I was unable to find it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

薄荷梦 2024-09-17 03:42:29

httpsqs(HTTP Simple Queue Service,基于 HTTP GET/POST 协议的消息队列)可能是您正在寻找的工具。

我还没有机会尝试它,但它的功能集似乎满足您的要求。

httpsqs (HTTP Simple Queue Service, message queue based on HTTP GET/POST protocol) is probably the tool you're looking for.

I haven't had the chance to try it, but its feature set seems to meet your requirements.

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