org.hornetq.jms.server.config
Interface ConnectionFactoryConfiguration
- All Superinterfaces:
- org.hornetq.core.journal.EncodingSupport
- All Known Implementing Classes:
- ConnectionFactoryConfigurationImpl
public interface ConnectionFactoryConfiguration
- extends org.hornetq.core.journal.EncodingSupport
A ConnectionFactoryConfiguration
- Author:
- Jeff Mesnil
Methods inherited from interface org.hornetq.core.journal.EncodingSupport |
decode, encode, getEncodeSize |
isPersisted
boolean isPersisted()
getName
String getName()
getBindings
String[] getBindings()
setBindings
void setBindings(String[] bindings)
getDiscoveryGroupName
String getDiscoveryGroupName()
setDiscoveryGroupName
void setDiscoveryGroupName(String discoveryGroupName)
getConnectorNames
List<String> getConnectorNames()
setConnectorNames
void setConnectorNames(List<String> connectorNames)
isHA
boolean isHA()
setHA
void setHA(boolean ha)
getClientID
String getClientID()
setClientID
void setClientID(String clientID)
getClientFailureCheckPeriod
long getClientFailureCheckPeriod()
setClientFailureCheckPeriod
void setClientFailureCheckPeriod(long clientFailureCheckPeriod)
getConnectionTTL
long getConnectionTTL()
setConnectionTTL
void setConnectionTTL(long connectionTTL)
getCallTimeout
long getCallTimeout()
setCallTimeout
void setCallTimeout(long callTimeout)
getCallFailoverTimeout
long getCallFailoverTimeout()
setCallFailoverTimeout
void setCallFailoverTimeout(long callFailoverTimeout)
isCacheLargeMessagesClient
boolean isCacheLargeMessagesClient()
setCacheLargeMessagesClient
void setCacheLargeMessagesClient(boolean cacheLargeMessagesClient)
getMinLargeMessageSize
int getMinLargeMessageSize()
setMinLargeMessageSize
void setMinLargeMessageSize(int minLargeMessageSize)
isCompressLargeMessages
boolean isCompressLargeMessages()
setCompressLargeMessages
void setCompressLargeMessages(boolean compress)
getConsumerWindowSize
int getConsumerWindowSize()
setConsumerWindowSize
void setConsumerWindowSize(int consumerWindowSize)
getConsumerMaxRate
int getConsumerMaxRate()
setConsumerMaxRate
void setConsumerMaxRate(int consumerMaxRate)
getConfirmationWindowSize
int getConfirmationWindowSize()
setConfirmationWindowSize
void setConfirmationWindowSize(int confirmationWindowSize)
getProducerWindowSize
int getProducerWindowSize()
setProducerWindowSize
void setProducerWindowSize(int producerWindowSize)
getProducerMaxRate
int getProducerMaxRate()
setProducerMaxRate
void setProducerMaxRate(int producerMaxRate)
isBlockOnAcknowledge
boolean isBlockOnAcknowledge()
setBlockOnAcknowledge
void setBlockOnAcknowledge(boolean blockOnAcknowledge)
isBlockOnDurableSend
boolean isBlockOnDurableSend()
setBlockOnDurableSend
void setBlockOnDurableSend(boolean blockOnDurableSend)
isBlockOnNonDurableSend
boolean isBlockOnNonDurableSend()
setBlockOnNonDurableSend
void setBlockOnNonDurableSend(boolean blockOnNonDurableSend)
isAutoGroup
boolean isAutoGroup()
setAutoGroup
void setAutoGroup(boolean autoGroup)
isPreAcknowledge
boolean isPreAcknowledge()
setPreAcknowledge
void setPreAcknowledge(boolean preAcknowledge)
getLoadBalancingPolicyClassName
String getLoadBalancingPolicyClassName()
setLoadBalancingPolicyClassName
void setLoadBalancingPolicyClassName(String loadBalancingPolicyClassName)
getTransactionBatchSize
int getTransactionBatchSize()
setTransactionBatchSize
void setTransactionBatchSize(int transactionBatchSize)
getDupsOKBatchSize
int getDupsOKBatchSize()
setDupsOKBatchSize
void setDupsOKBatchSize(int dupsOKBatchSize)
isUseGlobalPools
boolean isUseGlobalPools()
setUseGlobalPools
void setUseGlobalPools(boolean useGlobalPools)
getScheduledThreadPoolMaxSize
int getScheduledThreadPoolMaxSize()
setScheduledThreadPoolMaxSize
void setScheduledThreadPoolMaxSize(int scheduledThreadPoolMaxSize)
getThreadPoolMaxSize
int getThreadPoolMaxSize()
setThreadPoolMaxSize
void setThreadPoolMaxSize(int threadPoolMaxSize)
getRetryInterval
long getRetryInterval()
setRetryInterval
void setRetryInterval(long retryInterval)
getRetryIntervalMultiplier
double getRetryIntervalMultiplier()
setRetryIntervalMultiplier
void setRetryIntervalMultiplier(double retryIntervalMultiplier)
getMaxRetryInterval
long getMaxRetryInterval()
setMaxRetryInterval
void setMaxRetryInterval(long maxRetryInterval)
getReconnectAttempts
int getReconnectAttempts()
setReconnectAttempts
void setReconnectAttempts(int reconnectAttempts)
isFailoverOnInitialConnection
boolean isFailoverOnInitialConnection()
setFailoverOnInitialConnection
void setFailoverOnInitialConnection(boolean failover)
getGroupID
String getGroupID()
setGroupID
void setGroupID(String groupID)
setFactoryType
void setFactoryType(JMSFactoryType factType)
getFactoryType
JMSFactoryType getFactoryType()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.