Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created April 2, 2012 07:41
Show Gist options
  • Save yamanyar/2281441 to your computer and use it in GitHub Desktop.
Save yamanyar/2281441 to your computer and use it in GitHub Desktop.
Logging Eklenmiş Hali
<int:channel id="clientService">
<int:interceptors>
<int:wire-tap channel="loggingChannel"/>
</int:interceptors>
</int:channel>
<int:logging-channel-adapter id="loggingChannel" level="INFO"
expression="'Message received : '.concat(payload.toString())"/>
<chain input-channel="clientService">
<ws:outbound-gateway uri="http://mygreatserver.yamanyar.com:9082/services/GreatService"/>
</chain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment