tree: f564f5e765858d59196c0bd307c86c3ffdb0ca99 [path history] [tgz]
  1. src/
  2. bnd.bnd
  3. pom.xml
  4. Readme.md
provider/tcp/Readme.md

TCP Transport Provider

Allows transparent remoting using Java Serialization over TCP. The TCP provider is very light-weight and is ideal to get a first demo of remote services running.

Endpoint Configuration Properties

KeyDefaultDescription
service.exported.configsMust contain “aries.tcp”
aries.rsa.port[free port]Port to listen on
aries.rsa.id[random id]Unique id string for endpoint
aries.rsa.numThreads10Number of listener threads to spawn