diff --git a/src/groups/mqb/mqba/README.dox b/src/groups/mqb/mqba/README.dox new file mode 100644 index 000000000..0a3237e17 --- /dev/null +++ b/src/groups/mqb/mqba/README.dox @@ -0,0 +1,6 @@ +/** +@dir mqba + +@brief The `MBQA` (BlazingMQ Broker) package provides the components + constituting the broker. +*/ diff --git a/src/groups/mqb/mqba/doc/mqba.txt b/src/groups/mqb/mqba/doc/mqba.txt deleted file mode 100644 index a8bea3ec0..000000000 --- a/src/groups/mqb/mqba/doc/mqba.txt +++ /dev/null @@ -1,48 +0,0 @@ - mqba.txt - -@PURPOSE: Provide broker components. - -@MNEMONIC: BlazingMQ Broker (mqba) - -@DESCRIPTION: This package provides the components constituting the broker. - - -/Hierarchical Synopsis -/--------------------- - The 'mqba' package currently has 7 components having 3 levels of physical - dependency. The list below shows the hierarchical ordering of the components. -.. - 3. mqba_application - - 2. mqba_domainmanager - mqba_sessionnegotiator - - 1. mqba_clientsession - mqba_configprovider - mqba_dispatcher - mqba_domainresolver - -.. - -/Component Synopsis -/------------------ -: 'mqba_application' -: Provide an Application class to control object lifetime/creation. -: -: 'mqba_clientsession' -: Provide a session for interaction with BlazingMQ broker clients. -: -: 'mqba_configprovider' -: Provide a mechanism to retrieve configuration information. -: -: 'mqba_dispatcher' -: Provide an event dispatcher at the core of BlazingMQ broker. -: -: 'mqba_domainmanager' -: Provide a manager for all queue domains. -: -: 'mqba_domainresolver' -: Provide a mechanism to resolve domain and their associated cluster. -: -: 'mqba_sessionnegotiator' -: Provide a negotiator for establishing sessions.