I'm having a problem setting up a channel for a void gateway message:
For now, I'm getting a exception Exception in thread "main" org.springframework.integration.support.channel.ChannelResolutionException: no output-channel or replyChannel header available
I have my outbound gateway setup like this:channel-> transformer-> channel-> outbound-gateway
I didn't set a reply channel for the outbound-gateway, just a request channel
Question: What is the right way to set up outbound system request when you're not waiting for a response (except fault messages)?