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.