Single request with multiple replies over TCP

2011-11-25 Thread jonv
#x27; of the codec but not passed on. Im assuming that the session correlates one response for each request. How can camel be used for this pattern? Any help will be appreciated. Cheers Jon. -- View this message in context: http://camel.465427.n5.nabble.com/Single-request-with-multiple-repl

Single request with multiple replies over TCP

2012-06-18 Thread Alexander Kaiser
;-- reply Basically I need to skip, or parse and skip the welcome message, and then decode the reply. With mina I can get only the servers welcome message. I read in a thread<http://camel.465427.n5.nabble.com/Single-request-with-multiple-replies-over-TCP-td5022206.html>on this subject that mina

Re: Single request with multiple replies over TCP

2011-11-25 Thread Ioannis Canellos
If you are expecting one message for each response, then I guess that you can get this message back by having the sync option set to true. However, I think that you mentioned multiple responses per request. I think that you could easily solve this one by implementing the appropriate filter, that wo

Re: Single request with multiple replies over TCP

2011-11-25 Thread jonv
channels to work independently. DO you think camel can support this? -- View this message in context: http://camel.465427.n5.nabble.com/Single-request-with-multiple-replies-over-TCP-tp5022206p5022909.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Single request with multiple replies over TCP

2012-01-18 Thread mgiammarco
I have the same problem. I send a message and I expect several ASYNC replies. Unfortunately I get only ONE reply using either an activemq client with camel and a java stomp client. -- View this message in context: http://camel.465427.n5.nabble.com/Single-request-with-multiple-replies-over-TCP

Re: Single request with multiple replies over TCP

2012-01-18 Thread Chad Beaulac
I expect several ASYNC replies. > Unfortunately I get only ONE reply using either an activemq client with > camel and a java stomp client. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Single-request-with-multiple-replies-over-TCP-tp5022206p5155849.

Re: Single request with multiple replies over TCP

2012-01-19 Thread jonv
pache.org/schema/spring"; trace="false"> Which will do the same as the first example without the response log message being written. -- View this message in context: http://camel.465427.n5.nabble.com/Single-request-with-multiple-replies-over-TCP-tp

Re: Single request with multiple replies over TCP

2012-06-19 Thread Claus Ibsen
ead<http://camel.465427.n5.nabble.com/Single-request-with-multiple-replies-over-TCP-td5022206.html>on > this subject that mina2 supports this kind of scenario, but I can't > find > any documentation on mina2. > > Does mina2 indeed support this? > > Many thanks, &g

Re: Single request with multiple replies over TCP

2012-06-20 Thread Alexander Kaiser
connects server > > <-- welcome message > > command --> > > <-- reply > > > > Basically I need to skip, or parse and skip the welcome message, and then > > decode the reply. > > > > With mina I can get only the

Re: Single request with multiple replies over TCP

2012-06-20 Thread Claus Ibsen
; >> > Basically I need to skip, or parse and skip the welcome message, and then >> > decode the reply. >> > >> > With mina I can get only the servers welcome message. I read in a >> > thread< >> http://camel.465427.n5.nabble.com/Single-request