Krishnan
Krishnan

Reputation: 175

spring poller against jdbc backed queue channel - Clustered mode

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

Answers (1)

Related Questions