Message Bus Drivers

From truxwiki.com
Revision as of 13:18, 18 May 2020 by Admin (talk | contribs) (Created page with "The Message Bus is implemented in two drivers, Client and Server. They are implemented in DLLs so as to completely separate the communication methods from application logic....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Message Bus is implemented in two drivers, Client and Server. They are implemented in DLLs so as to completely separate the communication methods from application logic.

Client

The Message Bus Client is for use by applications that need to communicate with message queues. The client implements the MESSAGE_BUS_PROVIDER interface.

Server

The Message Bus Server is for use by applications that wish to create or destroy a server. It cannot send or receive messages. The server implements the MESSAGE_BUS_SERVER interface.