IBM Cloud MQ 点对点还是发布/订阅?

发布于 2025-01-09 16:00:36 字数 236 浏览 0 评论 0原文

我正在编写一个应用程序,该应用程序将从 IBM Cloud MQ 上的队列获取消息后触发任务。只会有一个生产者,也只有一个消费者(我正在编写的应用程序)。因此,我认为最好使用点对点策略而不是发布/订阅。但是,虽然我可以使用 我还需要定期执行 GET 来“监视”队列,

HTTP REST Get 操作从 IBM MQ 队列获取消息,如果我不这样做, 那么简单地使用发布/订阅策略不是更好吗?没有看到使用的优点点对点,尽管文档建议它适合我的用例。

I'm writing an application that will trigger a task after getting a message from a queue on IBM Cloud MQ. There will be only one producer, and only one consumer (the app i'm writing. Because of this, I thought it was better to use a point-to-point strategy instead of pub/sub. However, while I can use an HTTP REST Get action to get messages from the IBM MQ queue, I would also need to periodically execute a GET to "monitor" the queue.

Wouldn't be better to simply use a pub/sub strategy if that's the case? I don't see the advantage of using point-to-point, although the documentation advices it for my use case.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文