Guest User

Untitled

a guest
Dec 5th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <int-jdbc:inbound-channel-adapter id="jdbcInboundAdapter"
  2. channel="queueChannel" data-source="datasource"
  3. auto-startup="true"
  4. query="SELECT * FROM Event" row-mapper="eventResultMapper"
  5. update-per-row="false">
  6.  
  7. <int:poller fixed-rate="5000">
  8. </int:poller>
  9. </int-jdbc:inbound-channel-adapter>
  10.  
  11. <int:service-activator input-channel="queueChannel" ref="eventActivator" method="doSomething">
  12. </int:service-activator>
Add Comment
Please, Sign In to add comment