Local Message Transport Service
From Agent Factory
[edit]
Introduction
A Message Transport Service implementation that supports intra-platform communication via local message passing. The format of the address for this service is:
local:<platform-name>
When this service is deployed on an agent platform, all resident agents are automaticaly bound to it.
[edit]
Configuring the Service
To configure the service, add the following line to the relevant platform configuration file:
SERVICE fipa.mts.mtp.local.std com.agentfactory.plugins.services.mts_local.LocalMessageTransportService
The agents are automatically bound to this service on startup.
