public class ActiveMQXAConnectionFactory extends ActiveMQConnectionFactory implements XATopicConnectionFactory, 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() |
close, createConnection, createConnection, createConnectionInternal, createContext, createContext, createContext, createContext, createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, createXAConnection, createXAConnection, createXAContext, createXAContext, createXAQueueConnection, createXAQueueConnection, createXATopicConnection, createXATopicConnection, finalize, getCallFailoverTimeout, getCallTimeout, getClientFailureCheckPeriod, getClientID, getConfirmationWindowSize, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConsumerMaxRate, getConsumerWindowSize, getDiscoveryGroupConfiguration, getDupsOKBatchSize, getGroupID, getIncomingInterceptorList, getInitialConnectAttempts, getInitialMessagePacketSize, getMaxRetryInterval, getMinLargeMessageSize, getOutgoingInterceptorList, getPassword, getProducerMaxRate, getProducerWindowSize, getProtocolManagerFactoryStr, getReconnectAttempts, getReference, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getServerLocator, getStaticConnectors, getThreadPoolMaxSize, getTransactionBatchSize, getUser, isAutoGroup, isBlockOnAcknowledge, isBlockOnDurableSend, isBlockOnNonDurableSend, isCacheLargeMessagesClient, isCompressLargeMessage, isFailoverOnInitialConnection, isHA, isPreAcknowledge, isUseGlobalPools, readExternal, setAutoGroup, setBlockOnAcknowledge, setBlockOnDurableSend, setBlockOnNonDurableSend, setCacheLargeMessagesClient, setCallFailoverTimeout, setCallTimeout, setClientFailureCheckPeriod, setClientID, setCompressLargeMessage, setConfirmationWindowSize, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConsumerMaxRate, setConsumerWindowSize, setDupsOKBatchSize, setFailoverOnInitialConnection, setGroupID, setIncomingInterceptorList, setInitialConnectAttempts, setInitialMessagePacketSize, setMaxRetryInterval, setMinLargeMessageSize, setOutgoingInterceptorList, setPassword, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setProtocolManagerFactoryStr, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setTransactionBatchSize, setUseGlobalPools, setUser, toString, toURI, writeExternalclone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateXATopicConnection, createXATopicConnectioncreateTopicConnection, createTopicConnectioncreateXAQueueConnection, createXAQueueConnectioncreateXAConnection, createXAConnection, createXAContext, createXAContextcreateQueueConnection, createQueueConnectioncreateConnection, createConnection, createContext, createContext, createContext, createContextpublic 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 © 2016 JBoss by Red Hat. All rights reserved.