One WSA thread receiving data from API.
Need to route messages to different threads which are different sites than WSA thread. sometimes on completely different host.
Current Solution:
1 file thread which routes to destination for inet-site thread.
we change SOURCECONN dynamically based on message values.
Desired Solution:
Remove need for file thread.
Best Solution:
Direct routing to a thread on different site.
Problems Faced.
We were able to send message to a thread on different site directly through WSA thread by updating DESTCONN to threadName:host:port but this establishes a connection between WSA thread and Public thread in other site which makes it impossible to establish new connection with different thread
Does any one knows how this can be solved. We are on CL 5.8.6