RE: Bi-directional comms on TCP connection

2015-04-15 Thread Willem Jiang
ic > there? > > Thanks, > -Quoc > > > > -Original Message- > From: Willem Jiang [mailto:willem.ji...@gmail.com] > Sent: Wednesday, April 15, 2015 3:00 AM > To: users@camel.apache.org > Subject: Re: Bi-directional comms on TCP connection > &g

RE: Bi-directional comms on TCP connection

2015-04-15 Thread Quoc Le
Thanks, -Quoc -Original Message- From: Willem Jiang [mailto:willem.ji...@gmail.com] Sent: Wednesday, April 15, 2015 3:00 AM To: users@camel.apache.org Subject: Re: Bi-directional comms on TCP connection We implement CAMEL-1077[1] in camel-2.15.x recently, so the ESB can talk to the dev

Re: Bi-directional comms on TCP connection

2015-04-15 Thread Willem Jiang
We implement CAMEL-1077[1] in camel-2.15.x recently, so the ESB can talk to the device as a client to receive the events. But now the miss part is how can we share the channel between netty consumer and the netty producer.  [1]https://issues.apache.org/jira/browse/CAMEL-1077 -- Willem Jiang