Message Bus Drivers
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.