Skip to content

Instantly share code, notes, and snippets.

@bibryam
Created July 27, 2013 09:07
Show Gist options
  • Select an option

  • Save bibryam/6094321 to your computer and use it in GitHub Desktop.

Select an option

Save bibryam/6094321 to your computer and use it in GitHub Desktop.
Camel Infinispan Consumer
<route>
<from uri="infinispan://localhost?cacheContainer=#cacheContainer&amp;caseName=orders&amp;eventTypes=CACHE_ENTRY_CREATED"/>
<filter>
<simple>${out.header.CamelInfinispanIsPre} == true</simple>
<to uri="log:com.mycompany.order?showHeaders=true"/>
</filter>
</route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment