Claus Ibsen created CAMEL-9637:
----------------------------------

             Summary: 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: Future


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