The Teleport Tool is similar to Reliable Sockets in purpose. There are some differences as well. It looks like Reliable Sockets are not multi-threaded and they do not include connection pooling, which the Teleport Tool does. It also seems that the Reliable Sockets project has been abandoned.
This is really neat. Its extendeding the concept of screen to the network in a transparent way. I am going to play with it with some of my more unstable hosts located in Beijing.
I looked at this link. It seems that the tenmax product is substantially different than the Teleport Tool. There seems to be a superficial similarity in their names.
You could implement something like the Teleport Tool using 0mq or RabbitMA or other such. The difference is that this approach would be:
(a) Heavy-weight, because you require a whole deployment of these messaging queues,
(b) It is not decentralized: there's the message queue, in the middle; and therefore it is not portable. Where would you put the 0mq if you were trying to teleport from home to work? At home? At work? You don't need to worry about this with the Teleport Tool.