Categories
MQ4CPP
MQ4CPP (Message Queuing for C++) is an implementation of enterprise messaging system, aka "message-oriented middleware" (MOM). It lets C++ application threads communicate with one another through exchanging messages. A message is a request, report, and/or event that contains information needed to coordinate communication between different applications. It provides a level of abstraction, so you can separate the details about the destination system from the application code.
MQ4CCP lets C++ applications that share a messaging system exchange messages, and simplifies application development by providing a standard interface for creating, sending, and receiving messages. It implements the following messaging paradigms: Direct/Indirect messaging (local), unsolicited messaging (remote), Request/Reply (remote), conversation (remote), and broadcast (local/remote).
Last updated 17 Nov, 2004
Versions
1.5
1.5 stable released 2004-11-17
- Released: 17 Nov, 2004
- Code Maturity: Stable
- Source Archive: http://www.sixtyfourbit.org/Download/mq4cpp_v1....
- Licenses: LGPLv2.1orlater
- Interfaces: Command Line, Library



