We have inbound pollersrunning 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 recordsCode:<int-jdbc:inbound-channel-adapter
Code:<int:transactional transaction-manager="transactionManager" propagation="REQUIRED" isolation="SERIALIZABLE"


Reply With Quote