| Package | Description |
|---|---|
| org.hornetq.jms.server.recovery |
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
|
| Class and Description |
|---|
| HornetQRecoveryRegistry
This class is used by the Resource Adapter to register RecoveryDiscovery, which is based on the
XARecoveryConfig |
| RecoveryDiscovery
This class will have a simple Connection Factory and will listen
for topology updates.
|
| XARecoveryConfig
This represents the configuration of a single connection factory.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.