Re: Netty bi directional communication

2016-03-29 Thread Jagannath Naidu
Hi List, On 28 March 2016 at 16:51, Jagannath Naidu < jagannath.na...@fosteringlinux.com> wrote: > CORRECTION > > On 28 March 2016 at 16:24, Jagannath Naidu < > jagannath.na...@fosteringlinux.com> wrote: > >> Hi List, >> >> I am again stuck in

Re: Netty bi directional communication

2016-03-28 Thread Jagannath Naidu
CORRECTION On 28 March 2016 at 16:24, Jagannath Naidu < jagannath.na...@fosteringlinux.com> wrote: > Hi List, > > I am again stuck in a situation. :-D > > ENVIRONMENT > > I am using camel 2.15.x and can use this one only > > we have a server which works as follo

Netty bi directional communication

2016-03-28 Thread Jagannath Naidu
. -- Thanks & Regards Jagannath Naidu Keen & Able Computers Pvt. Ltd.

Re: Issue with dynamic uri

2016-03-25 Thread Jagannath Naidu
t strategy class. > .. or you can use the strategy here >// done out > out.getUnitOfWork().done(out); > } finally { > pc.stop(); > } > > On Fri, Mar 25, 2016 at 9:24 AM, Jagannath Naidu > wrote: > > Thanks Claus, > > > > I came here for he

Re: Issue with dynamic uri

2016-03-25 Thread Jagannath Naidu
: > If you are stuck on Camel 2.15.x you would need to write some java > code where you build the uri and use a consumer template to poll. And > do the enrichment from the java code. > > > > On Fri, Mar 25, 2016 at 9:02 AM, Jagannath Naidu > wrote: > > Thank you fabr

Re: Issue with dynamic uri

2016-03-25 Thread Jagannath Naidu
Thank you fabrizio. But the issue is with passing dynamic uri to pollenrich. On 25 March 2016 at 13:25, fabrizio.spataro wrote: > Hello, > > abstractly dynamic uri can be do it using recipientList + simple leanguage > > http://camel.apache.org/content-enricher.html says, you can use something l

Issue with dynamic uri

2016-03-25 Thread Jagannath Naidu
Hi List, I have been trying to configure dynamic uri but could not find a relevant way to complete this task. Below is the problem description. 1. Client 1 posts to ROUTE 1 and waits for a response 2. ROUTE 1 uses pollenrich and polls a queue (SECOND) and gets a specific message using selector