public class ActiveMQQueueConnectionFactory extends ActiveMQConnectionFactory implements QueueConnectionFactory
ActiveMQ Artemis implementation of a JMS ConnectionFactory.
This connection factory will use defaults defined by DefaultConnectionProperties.
| Constructor and Description |
|---|
ActiveMQQueueConnectionFactory() |
ActiveMQQueueConnectionFactory(boolean ha,
DiscoveryGroupConfiguration groupConfiguration) |
ActiveMQQueueConnectionFactory(boolean ha,
TransportConfiguration... initialConnectors) |
ActiveMQQueueConnectionFactory(ServerLocator serverLocator) |
ActiveMQQueueConnectionFactory(String url) |
ActiveMQQueueConnectionFactory(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, waitcreateQueueConnection, createQueueConnectioncreateConnection, createConnection, createContext, createContext, createContext, createContextpublic ActiveMQQueueConnectionFactory()
public ActiveMQQueueConnectionFactory(String url)
public ActiveMQQueueConnectionFactory(ServerLocator serverLocator)
public ActiveMQQueueConnectionFactory(boolean ha,
DiscoveryGroupConfiguration groupConfiguration)
public ActiveMQQueueConnectionFactory(String url, String user, String password)
public ActiveMQQueueConnectionFactory(boolean ha,
TransportConfiguration... initialConnectors)
public int getFactoryType()
getFactoryType in class ActiveMQConnectionFactoryCopyright © 2016 JBoss by Red Hat. All rights reserved.