Asynchronous Message

BTT Asynchronous Message is a component that can deliver messages between BTT Server and its Client. You can register a message handler, send a message and receive message.

There are three interfaces in BTT Message:

This figure demonstrate the concept of messaging.
In this release BTT provides two methods to implement BTT Message:

For the http implementation of BTT Message, the Message Queue in server side is an instance of MessageDispatcher at above picture. For the JMS implementation of BTT Message, the Message Queue in server side means the JMS provider (Queue) at above picture.