Skip to content

Instantly share code, notes, and snippets.

@akilman-zz
Created December 5, 2014 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akilman-zz/de331e52bd50e51b30d9 to your computer and use it in GitHub Desktop.
Save akilman-zz/de331e52bd50e51b30d9 to your computer and use it in GitHub Desktop.
<custom-interceptors>
<custom-interceptor>
<interceptor-class-name>com.singularity.JMSEntryMarkerInterceptor</interceptor-class-name>
<match-class type="matches-class">
<name filter-type="equals">com.wm.lang.flow.FlowInvoke</name>
</match-class>
<match-method>
<name>invoke</name>
</match-method>
</custom-interceptor>
</custom-interceptors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment