| The third station for an outgoing message. In theory a
given Message Transport subsystem can have multiple Routers.
For this release we only make one, instantiated as a RouterImpl.
Either way, the Routers are instantiated by a RouterFactory,
accesible to SendQueueImpls as the internal MTS service
Router.
The routeMessage method is used to requesting
routing for a given message, which would ordinarily mean passing
the message on to a DestinationQueue for the message's destination.
Ordinarily this method would only be called from a SendQueue
implementation.
The previous station is SendQueue. The next station is
DestinationQueue.
See Also: RouterFactory See Also: SendLink See Also: SendQueue See Also: DestinationQueue See Also: DestinationLink See Also: MessageWriter See Also: MessageReader See Also: MessageDeliverer See Also: ReceiveLink See Also: Javadoc contributions from George Mount. |