You can buy this project and download/modify it how often you want.
@Channel("my-channel") 1 3 2 @Channel("other-channel") @Incoming("my-channel") @Outgoing("other-channel") String mapToUpperCase(String payload) { return payload.toUpperCase(); }