OsMoSes' TCP Transport Connection Implementation defines a set of optional configuration properties that can be explicitly specified to personalize how it behaves.
To learn how to specify a configuration property in a JADE service refer to its administrators guide.
Specifies which ports are used by a container for receiving TCP connections. This configuration is used in the indicated container to determine which port it should bind to, and is used in other containers to determine which port should connect to.
If this property is set in one container, it must be set in all other containers the first one would migrate agents to/from (otherwise other containers wouldn't be able to connect to it).
The value assigned to this property is a comma delimited set of pairs "container name=port to use".
For example:
The value "main_container=1660,other_container=1661" indicates that the container called "main_container" will use the port "1660" for receiving connections while the container called "other_container" will use the port "1661".
As mentioned earlier, if "main_container" and "other_container" want to be able to migrate agents between each other, the configuration set when launching them must include at least the two pairs shown.
By default the port used is the 1101, so any container not listed will use that port for receiving connections.