public class ActiveMQXAQueueConnectionFactory extends ActiveMQConnectionFactory implements XAQueueConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
This connection factory will use defaults defined by DefaultConnectionProperties
.
Constructor and Description |
---|
ActiveMQXAQueueConnectionFactory() |
ActiveMQXAQueueConnectionFactory(boolean ha,
DiscoveryGroupConfiguration groupConfiguration) |
ActiveMQXAQueueConnectionFactory(boolean ha,
TransportConfiguration... initialConnectors) |
ActiveMQXAQueueConnectionFactory(ServerLocator serverLocator) |
ActiveMQXAQueueConnectionFactory(String uri) |
ActiveMQXAQueueConnectionFactory(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, writeExternal
getReference, readObject, writeObject
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
createXAQueueConnection, createXAQueueConnection
createXAConnection, createXAConnection, createXAContext, createXAContext
createQueueConnection, createQueueConnection
createConnection, createConnection, createContext, createContext, createContext, createContext
public ActiveMQXAQueueConnectionFactory()
public ActiveMQXAQueueConnectionFactory(String uri)
public ActiveMQXAQueueConnectionFactory(String url, String user, String password)
public ActiveMQXAQueueConnectionFactory(ServerLocator serverLocator)
public ActiveMQXAQueueConnectionFactory(boolean ha, DiscoveryGroupConfiguration groupConfiguration)
public ActiveMQXAQueueConnectionFactory(boolean ha, TransportConfiguration... initialConnectors)
public int getFactoryType()
getFactoryType
in class ActiveMQConnectionFactory
Copyright © 2020 JBoss by Red Hat. All rights reserved.