Created
April 2, 2012 07:41
-
-
Save yamanyar/2281441 to your computer and use it in GitHub Desktop.
Logging Eklenmiş Hali
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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