public class ActiveMQRAMCFProperties extends ConnectionFactoryProperties implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
strConnectionParameters |
Constructor and Description |
---|
ActiveMQRAMCFProperties()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getConnectorClassName() |
String |
getSessionDefaultType()
Get the default session type.
|
String |
getStrConnectionParameters() |
int |
getType()
Get the connection type
|
Integer |
getUseTryLock()
Get the useTryLock.
|
void |
setConnectionParameters(String configuration) |
void |
setConnectorClassName(String connectorClassName) |
void |
setSessionDefaultType(String defaultType)
Set the default session type.
|
void |
setUseTryLock(Integer useTryLock)
Set the useTryLock.
|
equals, getCallFailoverTimeout, getCallTimeout, getClientFailureCheckPeriod, getClientID, getConfirmationWindowSize, getConnectionLoadBalancingPolicyClassName, getConnectionTTL, getConsumerMaxRate, getConsumerWindowSize, getDeserializationBlackList, getDeserializationWhiteList, getDiscoveryAddress, getDiscoveryInitialWaitTimeout, getDiscoveryLocalBindAddress, getDiscoveryPort, getDiscoveryRefreshTimeout, getDupsOKBatchSize, getGroupID, getInitialConnectAttempts, getInitialMessagePacketSize, getJgroupsChannelName, getJgroupsFile, getMaxRetryInterval, getMinLargeMessageSize, getParsedConnectionParameters, getParsedConnectorClassNames, getProducerMaxRate, getProducerWindowSize, getProtocolManagerFactoryStr, getReconnectAttempts, getRetryInterval, getRetryIntervalMultiplier, getScheduledThreadPoolMaxSize, getThreadPoolMaxSize, getTransactionBatchSize, hashCode, isAutoGroup, isBlockOnAcknowledge, isBlockOnDurableSend, isBlockOnNonDurableSend, isCacheLargeMessagesClient, isCompressLargeMessage, isFailoverOnInitialConnection, isHA, isHasBeenUpdated, isPreAcknowledge, isUseGlobalPools, setAutoGroup, setBlockOnAcknowledge, setBlockOnDurableSend, setBlockOnNonDurableSend, setCacheLargeMessagesClient, setCallFailoverTimeout, setCallTimeout, setClientFailureCheckPeriod, setClientID, setCompressLargeMessage, setConfirmationWindowSize, setConnectionLoadBalancingPolicyClassName, setConnectionTTL, setConsumerMaxRate, setConsumerWindowSize, setDeserializationBlackList, setDeserializationWhiteList, setDiscoveryAddress, setDiscoveryInitialWaitTimeout, setDiscoveryLocalBindAddress, setDiscoveryPort, setDiscoveryRefreshTimeout, setDupsOKBatchSize, setFailoverOnInitialConnection, setGroupID, setHA, setInitialConnectAttempts, setInitialMessagePacketSize, setJgroupsChannelName, setJgroupsFile, setMaxRetryInterval, setMinLargeMessageSize, setParsedConnectionParameters, setParsedConnectorClassNames, setPreAcknowledge, setProducerMaxRate, setProducerWindowSize, setProtocolManagerFactoryStr, setReconnectAttempts, setRetryInterval, setRetryIntervalMultiplier, setScheduledThreadPoolMaxSize, setThreadPoolMaxSize, setTransactionBatchSize, setUseGlobalPools
public String strConnectionParameters
public int getType()
public String getConnectorClassName()
public void setConnectorClassName(String connectorClassName)
public String getStrConnectionParameters()
public void setConnectionParameters(String configuration)
public void setSessionDefaultType(String defaultType)
defaultType
- either javax.jms.Topic or javax.jms.Queuepublic String getSessionDefaultType()
public Integer getUseTryLock()
public void setUseTryLock(Integer useTryLock)
useTryLock
- the useTryLock.Copyright © 2016 The Apache Software Foundation. All rights reserved.