Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <int:channel id="input">
  2. <int:interceptors>
  3. <int:wire-tap channel="logging"/>
  4. </int:interceptors>
  5. </int:channel>
  6.  
  7. <int:channel id="logging">
  8. <int:dispatcher task-executor="executor"/>
  9. </int:channel>
  10.  
  11. <int:filter input-channel="logging" output-channel="loggingProcess"
  12. ref="ldapService" method="checkState"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement