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:
Code:
<int-ip:tcp-inbound-channel-adapter
        id="inAdapter.server"
        channel="toSA"
        connection-factory="serverFactory"
        error-channel="errorChannel" />
and it works pretty well.

I already try to put a errorChannel for tcp-outbound(...) but this property does not exists.
So how can I handle this errors?

Spring version: 3.0
Spring integration version: 2.2
Thanks.