spring poller 针对 jdbc 支持的队列通道 - 集群模式
在下面的场景中,一条消息会被处理两次(意味着在超过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处讨论 http://forum.springsource.org/showthread.php?112446-spring-poller-against-jdbc-backed-queue-channel-Clustered-mode&highlight=poller
discussed here http://forum.springsource.org/showthread.php?112446-spring-poller-against-jdbc-backed-queue-channel-Clustered-mode&highlight=poller