public class ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements javax.jms.XATopicConnectionFactory, javax.jms.XAQueueConnectionFactory
We consider the XAConnectionFactory to be the most complete possible option. It can be casted to any other connection factory since it is fully functional
| Constructor and Description |
|---|
ActiveMQXAConnectionFactory() |
ActiveMQXAConnectionFactory(boolean ha,
DiscoveryGroupConfiguration groupConfiguration) |
ActiveMQXAConnectionFactory(boolean ha,
TransportConfiguration... initialConnectors) |
ActiveMQXAConnectionFactory(ServerLocator serverLocator) |
ActiveMQXAConnectionFactory(String uri) |
ActiveMQXAConnectionFactory(String url,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFactoryType() |
buildFromProperties, close, createConnection, createConnection, createConnectionInternal, createContext, createContext, createContext, createContext, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAContext, createXAContext, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, disableFinalizeChecks, finalize, getCallFailoverTimeout, getCallTimeout, getClientFailureCheckPeriod, getClientID, getConfirmationWindowSize, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConsumerMaxRate, getConsumerWindowSize, getDeserializationBlackList, getDeserializationWhiteList, getDiscoveryGroupConfiguration, getDupsOKBatchSize, getGroupID, getIncomingInterceptorList, getInitialConnectAttempts, getInitialMessagePacketSize, getMaxRetryInterval, getMinLargeMessageSize, getOutgoingInterceptorList, getPassword, getProducerMaxRate, getProducerWindowSize, getProtocolManagerFactoryStr, getReconnectAttempts, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getServerLocator, getStaticConnectors, getThreadPoolMaxSize, getTransactionBatchSize, getUser, isAutoGroup, isBlockOnAcknowledge, isBlockOnDurableSend, isBlockOnNonDurableSend, isCacheDestinations, isCacheLargeMessagesClient, isCompressLargeMessage, isEnable1xPrefixes, isEnableSharedClientID, isFailoverOnInitialConnection, isFinalizeChecks, isHA, isIgnoreJTA, isPreAcknowledge, isUseGlobalPools, isUseTopologyForLoadBalancing, populateProperties, readExternal, setAutoGroup, setBlockOnAcknowledge, setBlockOnDurableSend, setBlockOnNonDurableSend, setBrokerURL, setCacheDestinations, setCacheLargeMessagesClient, setCallFailoverTimeout, setCallTimeout, setClientFailureCheckPeriod, setClientID, setCompressLargeMessage, setConfirmationWindowSize, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConsumerMaxRate, setConsumerWindowSize, setDeserializationBlackList, setDeserializationWhiteList, setDupsOKBatchSize, setEnable1xPrefixes, setEnableSharedClientID, setFailoverOnInitialConnection, setGroupID, setIgnoreJTA, setIncomingInterceptorList, setInitialConnectAttempts, setInitialMessagePacketSize, setMaxRetryInterval, setMinLargeMessageSize, setOutgoingInterceptorList, setPassword, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setProtocolManagerFactoryStr, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setTransactionBatchSize, setUseGlobalPools, setUser, setUseTopologyForLoadBalancing, toString, toURI, writeExternalgetReference, readObject, writeObjectclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateXATopicConnection, createXATopicConnectioncreateTopicConnection, createTopicConnectioncreateXAQueueConnection, createXAQueueConnectioncreateXAConnection, createXAConnection, createXAContext, createXAContextpublic ActiveMQXAConnectionFactory()
public ActiveMQXAConnectionFactory(String uri)
public ActiveMQXAConnectionFactory(String url, String user, String password)
public ActiveMQXAConnectionFactory(ServerLocator serverLocator)
public ActiveMQXAConnectionFactory(boolean ha,
DiscoveryGroupConfiguration groupConfiguration)
public ActiveMQXAConnectionFactory(boolean ha,
TransportConfiguration... initialConnectors)
public int getFactoryType()
getFactoryType in class ActiveMQConnectionFactoryCopyright © 2020 The Apache Software Foundation. All rights reserved.