Re: Socket programming and camel

2013-09-23 Thread Christian Posta
this message in context: > http://camel.465427.n5.nabble.com/Socket-programming-and-camel-tp5739905p5740080.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- *Christian Posta* http://www.christianposta.com/blog twitter: @christianposta

Re: Socket programming and camel

2013-09-23 Thread vjboston
communicating. VJ -- View this message in context: http://camel.465427.n5.nabble.com/Socket-programming-and-camel-tp5739905p5740080.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Socket programming and camel

2013-09-21 Thread Chad Beaulac
y have a simple example for this scenario ? It will be really > appreciated. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Socket-programming-and-camel-tp5739905.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Socket Programming and Camel

2013-09-21 Thread vjboston
Do you have a sample example of this ? I need to do socket programming using request response methdology. -- View this message in context: http://camel.465427.n5.nabble.com/Socket-Programming-and-Camel-tp5736299p5739906.html Sent from the Camel - Users mailing list archive at Nabble.com.

Socket programming and camel

2013-09-21 Thread vjboston
Hi , I am new to camel framework. I am looking into using Camel for request response socket programming. Does anybody have a simple example for this scenario ? It will be really appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/Socket-programming-and-camel

Re: Socket Programming and Camel

2013-07-27 Thread Preben.Asmussen
You could have a look at websockets. It might fit your usecase better. http://camel.apache.org/websocket.html -- View this message in context: http://camel.465427.n5.nabble.com/Socket-Programming-and-Camel-tp5736299p5736322.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Socket Programming and Camel

2013-07-27 Thread Claus Ibsen
Yes they are currently request/reply based on a single message. On Fri, Jul 26, 2013 at 7:37 PM, Gershaw, Geoffrey wrote: > Hi All, > > > > I'm giving up on being able to send a message to a socket and receive > several messages in response from Mina. Looking at Netty, and it looks > to be the s

Socket Programming and Camel

2013-07-26 Thread Gershaw, Geoffrey
Hi All, I'm giving up on being able to send a message to a socket and receive several messages in response from Mina. Looking at Netty, and it looks to be the same issue. Goal: 1. Send a msg over a socket to a server. 2. On the same port, receive n msgs in response to the request.