See: Description
| Class | Description |
|---|---|
| HornetQRecoveryRegistry |
This class is used by the Resource Adapter to register RecoveryDiscovery, which is based on the
XARecoveryConfig
Each outbound or inboud connection will pass the configuration here through by calling the method HornetQRecoveryRegistry.register(XARecoveryConfig)
Later the RecoveryDiscovery will call HornetQRecoveryRegistry.nodeUp(String, Pair, String, String)
so we will keep a track of nodes on the cluster
or nodes where this server is connected to. |
| HornetQRegistryBase |
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 |
| HornetQXAResourceRecovery |
A XAResourceRecovery instance that can be used to recover any JMS provider.
|
| HornetQXAResourceRecovery.ConfigParser | |
| HornetQXAResourceWrapper |
XAResourceWrapper.
|
| 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 © 2022 JBoss, a division of Red Hat. All Rights Reserved.