[ 
https://issues.apache.org/jira/browse/CAMEL-9637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-9637:
-------------------------------
    Fix Version/s:     (was: Future)
                   2.17.0

> camel-netty - Allow to reuse previous Channel in next call
> ----------------------------------------------------------
>
>                 Key: CAMEL-9637
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9637
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-netty4
>            Reporter: Claus Ibsen
>             Fix For: 2.17.0
>
>
> If you want to re-use the same Channel when calling a remote TCP server with 
> netty producer, then this requires to store the Channel on the exchange so it 
> can be re-used on the next netty producer and so on. And then use an UoW to 
> return the Channel in the pool when the Exchange is done.
> For example in the route below, the 2 x netty should use the same Channel.
> {code}
> from foo
>   to netty
>   to bar
>   to netty
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to