Guest User

Untitled

a guest
Jan 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <flow name="Query Test With Keys">
  2. <vm:inbound-endpoint path="query.keys.in"/>
  3. <mongodb:outbound-endpoint collection="query" query='{ "name": "John" }'
  4. exchange-pattern="request-response" keys="{'name': 1}"/>
  5. <vm:outbound-endpoint path="query.keys.out"/>
  6. </flow>
Add Comment
Please, Sign In to add comment