Guest User

Untitled

a guest
Jan 15th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <int:recipient channel="myChannel"
  2. selector-expression="(payload.getValueForVariable('thingA') = 'this_value')"
  3. />
  4.  
  5. <int-jdbc:outbound-channel-adapter
  6. channel="myChannel" id="myAdapter"
  7. data-source='myDataSource' sql-parameter-source-factory="myRequestSource"
  8. query="INSERT INTO realtime.table1(a_id, b_id)
  9. VALUES(:a_id, :b_id)">
  10. </int-jdbc:outbound-channel-adapter>
  11.  
  12. query="DELETE FROM realtime.table2(a_id, b_id) WHERE a_id = :a_id">
Add Comment
Please, Sign In to add comment