Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!-- parse queue -->
  2. <batch:step id="parseQueue">
  3.  
  4. <batch:tasklet>
  5. <batch:chunk
  6.  
  7. reader="readQueue"
  8. processor="processQueue"
  9. writer="customItemWriter"
  10. commit-interval="100">
  11.  
  12. </batch:chunk>
  13. </batch:tasklet>
  14.  
  15. </batch:step>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement