Use TCP/IP…on your outbound thread, set the type to client w/ the Host as localhost, then choose a port…on your inbound thread, set the type as server and use the same port. when you start them both they should connect fine. I use this for going from process to process and from site to site.