Simple bootstrap class that parses hornetq config files (server and jms and security) and starts
a HornetQServer instance and populates it with configured JMS endpoints.
This class is a base class for the integration layer where
This class is used on integration points and this is just a bridge to the real registry at
HornetQRecoveryRegistry
This package is used to locate resources and connectors along the cluster set
I - JCA Connection Factories or InBound MDBs will call HornetQRegistryBase::register(XARecoveryConfig)
II - For each XARecoveryConfig the RegistryBase will instantiate a ResourceDiscoveryUnit which will
connect using that configuration and inform the Registry of any topology members
III - For each topology member found on the DiscoveryUnits, the RegistryBase will registry a HornetQResourceRecovery
that will exist per server
This server class is only used in the standalone mode, its used to control the life cycle of the Naming Server to allow
it to be activated and deactivated