Suppose I have three threads. #1 is an inbound thread which takes a TCP/IP connection from a remote system. Within #1 is a route to thread #2. Thread #2 does some reformatting/filtering etc… (All our work is in TCL, we do not use Xlates etc) Then thread #2 has a route to thread #3. Thread #3 then has a TCP/IP connection with a remote system.
How would I configure thread #2? Thread #2 does not have a TCP/IP connection with any thread but is the target of a route and then routes to another thread.