Hi All –
I have this requirement wherein the FR_ (Java) thread receives the messages and sends it to Route, which will have an X-late to parse and manipulate the JSON. The manipulated JSON needs to be sent back the FR_ thread and back to the client in a synchronous fashion.
Anyone has done sending the reply back to the original fr_thread to the person sending the request?
How do we do this?
Like have a fr and to threads and then TO can have the OVER back to state1? and then back to FR? and how would the msg. when received by FR know the sender’s details?
Can anyone help?