Quick Links: |
Public SDK API for the BlazingMQ framework. More...
Packages | |
Package bmqa | |
Provide applications public API for the BlazingMQ SDK. | |
Package bmqpi | |
Provide an interface for monitoring the health of the host. | |
Package bmqt | |
Provide value-semantic vocabulary types. |
bmq
) is a message-queue framework allowing application developers to use reliable distributed queues. bmqa
and bmqt
packages contain all components that constitute the public API for BlazingmQ users to use. A client should only use the components in these packages, and should not use any other package under the bmq
package group since they are implementation components that may change at any time. bmq
group library currently has 5 packages forming 5 levels of physical dependency. 5. bmqa 4. bmqimp 3. bmqp 2. bmqt 1. bmqscm
bmqa
: bmqimp
: bmqp
: bmqscm
: bmq
.bmqt
: bmq
package group, arranged in alphabetical order. The descriptions here are still very brief; see the respective Package Level documents for more details and usage examples. bmqa
provides the top-level public APIs application can use to interact with BlazingMQ framework in their applications. bmqt
provides value-semantic vocabulary types used in the bmqa
APIs.