I'm using tcp-outbound-channel-adapter to send data through a sockets, but i can't get errros/exception from this channel.
I'm already using errorChannel in tcp-inbound-channel-adapter:
and it works pretty well.Code:<int-ip:tcp-inbound-channel-adapter id="inAdapter.server" channel="toSA" connection-factory="serverFactory" error-channel="errorChannel" />
I already try to put a errorChannel for tcp-outbound(...) but this property does not exists.
So how can I handle this errors?
Thanks.Spring version: 3.0
Spring integration version: 2.2


Reply With Quote
