Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <route id="sky-asset-3dp">
  2. <description>Camel route for Sky ScheduALL Asset Item Update</description>
  3. <from uri="activemq:topic:asset-items"/>
  4. <filter>
  5. <xpath>$ARDOMEChangeType = 'create' or $ARDOMEChangeType = 'update'</xpath>
  6. <to uri="activemq:queue:sky-asset-3dp?jmsKeyFormatStrategy=passthrough"/>
  7. </filter>
  8. <!--<choice>-->
  9. <!--<when>-->
  10. <!--&lt;!&ndash;<xpath>//*[local-name()="changeType" and (text()="create" or text()="update")]</xpath>&ndash;&gt;-->
  11. <!--<xpath>$ARDOMEChangeType = 'create' or $ARDOMEChangeType = 'update' </xpath>-->
  12. <!--<to uri="activemq:queue:sky-asset-3dpg"/>-->
  13. <!--</when>-->
  14. <!--</choice>-->
  15. <!--<to uri="activemq:queue:sky-asset-3dp"/>-->
  16. </route>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement