Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arthurtsang/5239805 to your computer and use it in GitHub Desktop.
Save arthurtsang/5239805 to your computer and use it in GitHub Desktop.
dynamic service activator with custom namespace
<int-ext:dynamic-service-activator id="dynamicServiceActivator">
<int-ext:method name="getService" expression="@bean.getService(headers['serviceId'],payload)" reply-channel="serviceResponse"/>
<int-ext:method name="getServices" expression="@bean.getServices(headers['user'])" reply-channel="aggregateSvcRequests" />
</int-ext:dynamic-service-activator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment