Package | Description |
---|---|
org.hornetq.jms.server | |
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
|
Modifier and Type | Method and Description |
---|---|
void |
HornetQJMSServerLogger.xaRecoverAutoConnectionError(Throwable e,
XARecoveryConfig csf) |
void |
HornetQJMSServerLogger.xaRecoveryStartError(XARecoveryConfig e) |
Modifier and Type | Method and Description |
---|---|
static XARecoveryConfig |
XARecoveryConfig.newConfig(HornetQConnectionFactory factory,
String userName,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQRegistryBase.register(XARecoveryConfig resourceConfig) |
void |
HornetQRecoveryRegistry.register(XARecoveryConfig resourceConfig)
This will be called by then resource adapters, to register a new discovery
|
void |
HornetQRegistryBase.unRegister(XARecoveryConfig resourceConfig) |
void |
HornetQRecoveryRegistry.unRegister(XARecoveryConfig resourceConfig)
Reference counts and deactivate a configuration
Notice: this won't remove the servers since a server may have previous XIDs
|
Constructor and Description |
---|
HornetQXAResourceWrapper(XARecoveryConfig... xaRecoveryConfigs) |
RecoveryDiscovery(XARecoveryConfig config) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.