Message Service
The Message Service provides the ability to deliver asynchronous messages within a distributed Coadunation environment.
It supports two types of messages a text based message and an RPC based message. The message can be delivered to a designated JDNI url, named queue, or to a service. The service request can be a broad cast or sent to the first available service matching the specified name.
Named Queues are similar to the Queues provided by JMS, where a message is dropped into a queue for waiting threads. Though the named queues can be anywhere within a distributed environment. They do not support filtering, but can be created programatically resulting in as many queues as is necessary for that point in time.
