Re: Socket programming and camel

2013-09-23 Thread Christian Posta
mina2 is available now. http://camel.apache.org/mina2.html You could also try netty. http://camel.apache.org/netty.html On Mon, Sep 23, 2013 at 9:48 AM, vjboston wrote: > Hi Chad, > I am trying to achieve the same result as under the post .tcp socket client > consumer endpoint? > You have me

Re: Socket programming and camel

2013-09-23 Thread vjboston
Hi Chad, I am trying to achieve the same result as under the post .tcp socket client consumer endpoint? You have mentioned in the post that this will be available in mina2 component . Do you know if it is avaible now ? Basically I am trying to connect to a remo0te host using tcp protocol for comm

Re: Socket programming and camel

2013-09-21 Thread Chad Beaulac
Look at unit tests for camel-mina2 component. They provide good examples. Chad Sent from my iPhone On Sep 20, 2013, at 3:20 PM, vjboston wrote: > Hi , > I am new to camel framework. I am looking into using Camel for request > response socket programming. > > Does anybody have a simple exampl

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.

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