I need to take messages coming in from one server, route them to multiple threads for translation, then send all the outbound transated messages to another thread pointed to a single server. How should I do that? I’m having trouble figuring out how to set the thread protocol for the threads doing the translations since they are not getting the messages from a server or a file but from another thread and then routing them out to different thread.
Is this even possible? If not, how can I do this? I am attaching a drawing of what I’m trying to do.
Thank you in advance, for any assistance you may be able to provide.