spring poller 针对 jdbc 支持的队列通道 - 集群模式

发布于 2024-11-25 19:36:41 字数 144 浏览 2 评论 0原文

在下面的场景中,一条消息会被处理两次(意味着在超过 1 个集群节点中)吗? 1. 包含待处理消息的 jdbc 消息存储支持的队列通道 2. 在消息消费者端配置轮询器来处理消息

jdbc 消息存储是否会锁定一次选择处理的消息,以避免消息在另一个集群中重新处理?

Will a message get processed twice(meaning in more than 1 cluster node) in the below scenario?
1. A jdbc message store backed queue channel containing pending messages
2. Poller configured on the message consumer side to process messages

Does the jdbc message store lock messages once picked for processing to avoid the message being re-processed in another cluster?

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

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