Hi

Sounds like you need to develop a custom mina codec to implement that
message protocol exchange.

Check the mina documentation, and there is also camel-hl7 which
implements the hl7 protocol with mina

On Wed, Dec 3, 2014 at 7:28 AM, madhuri@atrium <madh...@atrium-tech.com> wrote:
> Hi,
>
> I am new to socket programming as well as camel. Here is the flow I want to
> implement. Please guide me to appropriate documentation.
>
> I am using MINA component to do InOut communication over TCPIP port.
>
> I am writing a client to send request to TCPIP port.
> Once the request is received, the server listening on the port is to send
> ACK back.
> After the ACK, the server is to send the response back to client.(my
> application).
> After client receives response, and the response is valid, client sends ACK
> back to the server.
> After client receives response, and the response is not valid, client sends
> NAK back to the server.
>
> I am not very clear on how to configure MINA to do this for me. Any help
> will be greatly appreciated.
>
> Madhuri
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/ACK-and-NAK-using-MINA-Component-tp5760006.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to