I have multiple inbound threads sending to one outbound thread. I have 3 procs in my outbound TPS stack of the outbound thread. I’m adding a new inbound thread that needs to go to the same port on the outbound thread but I don’t want it to go through the outbound TPS stack. Is there a way to do this? Every way I have tried either errors out or just loops through the engine without ever getting sent out.
Thanks…Tom