Package eneter.messaging.messagingsystems.threadmessagingsystem

Communication routing messages into one working thread.

See:
          Description

Class Summary
ThreadMessagingSystemFactory Messaging system delivering messages to the particular working thread.
 

Package eneter.messaging.messagingsystems.threadmessagingsystem Description

Communication routing messages into one working thread. The messaging system transferring messages to a working thread. Received messages are stored in the queue which is then processed by one working thread. Therefore the messages are processed synchronously but it does not block receiving.