Reputation: 175
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?
Upvotes: 0
Views: 1215
Reputation: 175
discussed here http://forum.springsource.org/showthread.php?112446-spring-poller-against-jdbc-backed-queue-channel-Clustered-mode&highlight=poller
Upvotes: 1