We have inbound pollers
Code:
 <int-jdbc:inbound-channel-adapter
running on two weblogic servers hitting a single database, I know it is has been discussed (table locking, etc), but is it suggested to have a single poller (with a fail over mechanism), we are running into concurrency issues, and now locking the entire table (isolation level is serializable), which seems to lock entire table. Without this, both pollers are picking up same records
Code:
      <int:transactional transaction-manager="transactionManager" propagation="REQUIRED" isolation="SERIALIZABLE"