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
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.
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.
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.
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
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.
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
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.