For
polling records from DB2 database in OSB 11 g. We can have below setting to
poll records via one server at a time.
(i) <serviceName>_or-mappings.xml
Change:-
Change from <lock-mode>none</lock-mode> to <lock-mode>lock</lock-mode>
Which means we are enabling distributed polling. Which will set lock for one server at a time
(ii) Add
Dynamic EndPoint Properties as below Under JCA Transport Tab:-
useSkipLocking
= false
(iii)Enable Transaction Required check box under Message Handling Tab:-
Enabled
check box
Enjoy the
poller testing now.
No comments:
Post a Comment