Interface ConnectionFactoryConfiguration
- All Superinterfaces:
EncodingSupport
- All Known Implementing Classes:
ConnectionFactoryConfigurationImpl
A ConnectionFactoryConfiguration for
ConnectionFactory objects.-
Method Summary
Modifier and TypeMethodDescriptionString[]longlonglongintintlongintintDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intintlongintgetName()intintintlongdoubleintintintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanDeprecated.booleanisHA()booleanbooleanbooleansetAutoGroup(boolean autoGroup) setBindings(String... bindings) setBlockOnAcknowledge(boolean blockOnAcknowledge) setBlockOnDurableSend(boolean blockOnDurableSend) setBlockOnNonDurableSend(boolean blockOnNonDurableSend) setCacheLargeMessagesClient(boolean cacheLargeMessagesClient) setCallFailoverTimeout(long callFailoverTimeout) setCallTimeout(long callTimeout) setClientFailureCheckPeriod(long clientFailureCheckPeriod) setClientID(String clientID) setCompressionLevel(int compressionLevel) setCompressLargeMessages(boolean avoidLargeMessages) setConfirmationWindowSize(int confirmationWindowSize) setConnectionTTL(long connectionTTL) setConnectorNames(String... connectorNames) setConnectorNames(List<String> connectorNames) setConsumerMaxRate(int consumerMaxRate) setConsumerWindowSize(int consumerWindowSize) voidsetDeserializationAllowList(String allowList) voidsetDeserializationBlackList(String denyList) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDeserializationDenyList(String denyList) voidsetDeserializationWhiteList(String allowList) Deprecated, for removal: This API element is subject to removal in a future version.setDiscoveryGroupName(String discoveryGroupName) setDupsOKBatchSize(int dupsOKBatchSize) setEnable1xPrefixes(boolean enable1xPrefixes) setEnableSharedClientID(boolean enabled) setFactoryType(JMSFactoryType factType) setFailoverOnInitialConnection(boolean failover) Deprecated.setGroupID(String groupID) setHA(boolean ha) setInitialMessagePacketSize(int size) setLoadBalancingPolicyClassName(String loadBalancingPolicyClassName) setMaxRetryInterval(long maxRetryInterval) setMinLargeMessageSize(int minLargeMessageSize) setPreAcknowledge(boolean preAcknowledge) setProducerMaxRate(int producerMaxRate) setProducerWindowSize(int producerWindowSize) setProtocolManagerFactoryStr(String protocolManagerFactoryStr) setReconnectAttempts(int reconnectAttempts) setRetryInterval(long retryInterval) setRetryIntervalMultiplier(double retryIntervalMultiplier) setScheduledThreadPoolMaxSize(int scheduledThreadPoolMaxSize) setThreadPoolMaxSize(int threadPoolMaxSize) setTransactionBatchSize(int transactionBatchSize) setUseGlobalPools(boolean useGlobalPools) setUseTopologyForLoadBalancing(boolean useTopologyForLoadBalancing) Methods inherited from interface org.apache.activemq.artemis.core.journal.EncodingSupport
decode, encode, getEncodeSize
-
Method Details
-
isPersisted
boolean isPersisted() -
getName
String getName() -
setName
-
getBindings
String[] getBindings() -
setBindings
-
getDiscoveryGroupName
String getDiscoveryGroupName() -
setDiscoveryGroupName
-
getConnectorNames
-
setConnectorNames
-
setConnectorNames
-
isHA
boolean isHA() -
setHA
-
getClientID
String getClientID() -
setClientID
-
getClientFailureCheckPeriod
long getClientFailureCheckPeriod() -
setClientFailureCheckPeriod
-
getConnectionTTL
long getConnectionTTL() -
setConnectionTTL
-
getCallTimeout
long getCallTimeout() -
setCallTimeout
-
getCallFailoverTimeout
long getCallFailoverTimeout() -
setCallFailoverTimeout
-
isCacheLargeMessagesClient
boolean isCacheLargeMessagesClient() -
setCacheLargeMessagesClient
-
getMinLargeMessageSize
int getMinLargeMessageSize() -
setMinLargeMessageSize
-
isCompressLargeMessages
boolean isCompressLargeMessages() -
setCompressLargeMessages
-
getCompressionLevel
int getCompressionLevel() -
setCompressionLevel
-
getConsumerWindowSize
int getConsumerWindowSize() -
setConsumerWindowSize
-
getConsumerMaxRate
int getConsumerMaxRate() -
setConsumerMaxRate
-
getConfirmationWindowSize
int getConfirmationWindowSize() -
setConfirmationWindowSize
-
getProducerWindowSize
int getProducerWindowSize() -
setProducerWindowSize
-
getProducerMaxRate
int getProducerMaxRate() -
setProducerMaxRate
-
isBlockOnAcknowledge
boolean isBlockOnAcknowledge() -
setBlockOnAcknowledge
-
isBlockOnDurableSend
boolean isBlockOnDurableSend() -
setBlockOnDurableSend
-
isBlockOnNonDurableSend
boolean isBlockOnNonDurableSend() -
setBlockOnNonDurableSend
-
isAutoGroup
boolean isAutoGroup() -
setAutoGroup
-
isPreAcknowledge
boolean isPreAcknowledge() -
setPreAcknowledge
-
getLoadBalancingPolicyClassName
String getLoadBalancingPolicyClassName() -
setLoadBalancingPolicyClassName
-
getTransactionBatchSize
int getTransactionBatchSize() -
setTransactionBatchSize
-
getDupsOKBatchSize
int getDupsOKBatchSize() -
setDupsOKBatchSize
-
isUseGlobalPools
boolean isUseGlobalPools() -
setUseGlobalPools
-
getScheduledThreadPoolMaxSize
int getScheduledThreadPoolMaxSize() -
setScheduledThreadPoolMaxSize
-
getThreadPoolMaxSize
int getThreadPoolMaxSize() -
setThreadPoolMaxSize
-
getRetryInterval
long getRetryInterval() -
setRetryInterval
-
getRetryIntervalMultiplier
double getRetryIntervalMultiplier() -
setRetryIntervalMultiplier
-
getMaxRetryInterval
long getMaxRetryInterval() -
setMaxRetryInterval
-
getReconnectAttempts
int getReconnectAttempts() -
setReconnectAttempts
-
isFailoverOnInitialConnection
Deprecated. -
setFailoverOnInitialConnection
Deprecated. -
getGroupID
String getGroupID() -
setGroupID
-
setFactoryType
-
setProtocolManagerFactoryStr
-
getProtocolManagerFactoryStr
String getProtocolManagerFactoryStr() -
getFactoryType
JMSFactoryType getFactoryType() -
getDeserializationBlackList
Deprecated, for removal: This API element is subject to removal in a future version. -
setDeserializationBlackList
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeserializationWhiteList
Deprecated, for removal: This API element is subject to removal in a future version. -
setDeserializationWhiteList
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeserializationDenyList
String getDeserializationDenyList() -
setDeserializationDenyList
-
getDeserializationAllowList
String getDeserializationAllowList() -
setDeserializationAllowList
-
getInitialMessagePacketSize
int getInitialMessagePacketSize() -
setInitialMessagePacketSize
-
isEnable1xPrefixes
boolean isEnable1xPrefixes() -
setEnable1xPrefixes
-
getUseTopologyForLoadBalancing
boolean getUseTopologyForLoadBalancing() -
setUseTopologyForLoadBalancing
-