I have a question about camel Netty briefly tell them that I'm consuming a service from another company which is exposed through the sockets, however I have set a timeout of 30 seconds per application, once that time expired and I will return it a specific response to the system that originated the request, but sometimes the other company sent me the response to my request after the timeout, so I need to give special treatment to these responses, however my questions are:
1) As I can process those responses that arrive after the timeout?
2) How I can make this process is asynchronous?, Once used as camel-mine, but I read that is more efficient netty.
I am currently using apache camel in my application, and
Greetings and thanks for your attention.
|