Class ConnectionFactoryProperties

    • Constructor Detail

      • ConnectionFactoryProperties

        public ConnectionFactoryProperties()
    • Method Detail

      • getParsedConnectorClassNames

        public List<String> getParsedConnectorClassNames()
        Returns:
        the transportType
      • getParsedConnectionParameters

        public List<Map<String,​Object>> getParsedConnectionParameters()
      • setParsedConnectionParameters

        public void setParsedConnectionParameters​(List<Map<String,​Object>> connectionParameters)
      • setParsedConnectorClassNames

        public void setParsedConnectorClassNames​(List<String> value)
      • setHA

        public void setHA​(Boolean ha)
      • isCacheLargeMessagesClient

        public Boolean isCacheLargeMessagesClient()
      • setCacheLargeMessagesClient

        public void setCacheLargeMessagesClient​(Boolean cacheLargeMessagesClient)
      • isCompressLargeMessage

        public Boolean isCompressLargeMessage()
      • setCompressLargeMessage

        public void setCompressLargeMessage​(Boolean compressLargeMessage)
      • getConnectionLoadBalancingPolicyClassName

        public String getConnectionLoadBalancingPolicyClassName()
      • setConnectionLoadBalancingPolicyClassName

        public void setConnectionLoadBalancingPolicyClassName​(String connectionLoadBalancingPolicyClassName)
      • getDiscoveryAddress

        public String getDiscoveryAddress()
      • setDiscoveryAddress

        public void setDiscoveryAddress​(String discoveryAddress)
      • getDiscoveryPort

        public Integer getDiscoveryPort()
      • setDiscoveryLocalBindAddress

        public void setDiscoveryLocalBindAddress​(String discoveryLocalBindAddress)
      • getDiscoveryLocalBindAddress

        public String getDiscoveryLocalBindAddress()
      • setDiscoveryPort

        public void setDiscoveryPort​(Integer discoveryPort)
      • getDiscoveryRefreshTimeout

        public Long getDiscoveryRefreshTimeout()
      • setDiscoveryRefreshTimeout

        public void setDiscoveryRefreshTimeout​(Long discoveryRefreshTimeout)
      • getDiscoveryInitialWaitTimeout

        public Long getDiscoveryInitialWaitTimeout()
      • setDiscoveryInitialWaitTimeout

        public void setDiscoveryInitialWaitTimeout​(Long discoveryInitialWaitTimeout)
      • getClientID

        public String getClientID()
      • setClientID

        public void setClientID​(String clientID)
      • getDupsOKBatchSize

        public Integer getDupsOKBatchSize()
      • setDupsOKBatchSize

        public void setDupsOKBatchSize​(Integer dupsOKBatchSize)
      • getTransactionBatchSize

        public Integer getTransactionBatchSize()
      • setTransactionBatchSize

        public void setTransactionBatchSize​(Integer transactionBatchSize)
      • getClientFailureCheckPeriod

        public Long getClientFailureCheckPeriod()
      • setClientFailureCheckPeriod

        public void setClientFailureCheckPeriod​(Long clientFailureCheckPeriod)
      • getConnectionTTL

        public Long getConnectionTTL()
      • setConnectionTTL

        public void setConnectionTTL​(Long connectionTTL)
      • getCallTimeout

        public Long getCallTimeout()
      • setCallTimeout

        public void setCallTimeout​(Long callTimeout)
      • getCallFailoverTimeout

        public Long getCallFailoverTimeout()
      • setCallFailoverTimeout

        public void setCallFailoverTimeout​(Long callFailoverTimeout)
      • getConsumerWindowSize

        public Integer getConsumerWindowSize()
      • setConsumerWindowSize

        public void setConsumerWindowSize​(Integer consumerWindowSize)
      • getConsumerMaxRate

        public Integer getConsumerMaxRate()
      • setConsumerMaxRate

        public void setConsumerMaxRate​(Integer consumerMaxRate)
      • getConfirmationWindowSize

        public Integer getConfirmationWindowSize()
      • setConfirmationWindowSize

        public void setConfirmationWindowSize​(Integer confirmationWindowSize)
      • isFailoverOnInitialConnection

        @Deprecated
        public Boolean isFailoverOnInitialConnection()
        Deprecated.
      • setFailoverOnInitialConnection

        @Deprecated
        public void setFailoverOnInitialConnection​(Boolean failoverOnInitialConnection)
        Deprecated.
      • getProducerMaxRate

        public Integer getProducerMaxRate()
      • setProducerMaxRate

        public void setProducerMaxRate​(Integer producerMaxRate)
      • getProducerWindowSize

        public Integer getProducerWindowSize()
      • setProducerWindowSize

        public void setProducerWindowSize​(Integer producerWindowSize)
      • getMinLargeMessageSize

        public Integer getMinLargeMessageSize()
      • setMinLargeMessageSize

        public void setMinLargeMessageSize​(Integer minLargeMessageSize)
      • isBlockOnAcknowledge

        public Boolean isBlockOnAcknowledge()
      • setBlockOnAcknowledge

        public void setBlockOnAcknowledge​(Boolean blockOnAcknowledge)
      • isBlockOnNonDurableSend

        public Boolean isBlockOnNonDurableSend()
      • setBlockOnNonDurableSend

        public void setBlockOnNonDurableSend​(Boolean blockOnNonDurableSend)
      • isBlockOnDurableSend

        public Boolean isBlockOnDurableSend()
      • setBlockOnDurableSend

        public void setBlockOnDurableSend​(Boolean blockOnDurableSend)
      • isAutoGroup

        public Boolean isAutoGroup()
      • setAutoGroup

        public void setAutoGroup​(Boolean autoGroup)
      • isPreAcknowledge

        public Boolean isPreAcknowledge()
      • setPreAcknowledge

        public void setPreAcknowledge​(Boolean preAcknowledge)
      • getRetryInterval

        public Long getRetryInterval()
      • setRetryInterval

        public void setRetryInterval​(Long retryInterval)
      • getRetryIntervalMultiplier

        public Double getRetryIntervalMultiplier()
      • setRetryIntervalMultiplier

        public void setRetryIntervalMultiplier​(Double retryIntervalMultiplier)
      • getMaxRetryInterval

        public Long getMaxRetryInterval()
      • setMaxRetryInterval

        public void setMaxRetryInterval​(Long maxRetryInterval)
      • getReconnectAttempts

        public Integer getReconnectAttempts()
      • setReconnectAttempts

        public void setReconnectAttempts​(Integer reconnectAttempts)
      • isUseGlobalPools

        public Boolean isUseGlobalPools()
      • setUseGlobalPools

        public void setUseGlobalPools​(Boolean useGlobalPools)
      • isCacheDestinations

        public Boolean isCacheDestinations()
      • setCacheDestinations

        public void setCacheDestinations​(Boolean cacheDestinations)
      • isEnable1xPrefixes

        public Boolean isEnable1xPrefixes()
      • setEnable1xPrefixes

        public void setEnable1xPrefixes​(Boolean enable1xPrefixes)
      • getScheduledThreadPoolMaxSize

        public Integer getScheduledThreadPoolMaxSize()
      • setScheduledThreadPoolMaxSize

        public void setScheduledThreadPoolMaxSize​(Integer scheduledThreadPoolMaxSize)
      • getThreadPoolMaxSize

        public Integer getThreadPoolMaxSize()
      • setThreadPoolMaxSize

        public void setThreadPoolMaxSize​(Integer threadPoolMaxSize)
      • getGroupID

        public String getGroupID()
      • setGroupID

        public void setGroupID​(String groupID)
      • getInitialConnectAttempts

        public Integer getInitialConnectAttempts()
      • setInitialConnectAttempts

        public void setInitialConnectAttempts​(Integer initialConnectAttempts)
      • getInitialMessagePacketSize

        public Integer getInitialMessagePacketSize()
      • setInitialMessagePacketSize

        public void setInitialMessagePacketSize​(Integer initialMessagePacketSize)
      • getJgroupsFile

        public String getJgroupsFile()
      • setJgroupsFile

        public void setJgroupsFile​(String jgroupsFile)
      • getJgroupsChannelName

        public String getJgroupsChannelName()
      • setJgroupsChannelName

        public void setJgroupsChannelName​(String jgroupsChannelName)
      • getProtocolManagerFactoryStr

        public String getProtocolManagerFactoryStr()
      • setProtocolManagerFactoryStr

        public void setProtocolManagerFactoryStr​(String protocolManagerFactoryStr)
      • isHasBeenUpdated

        public boolean isHasBeenUpdated()
      • setEnableSharedClientID

        public void setEnableSharedClientID​(boolean enable)
      • isEnableSharedClientID

        public boolean isEnableSharedClientID()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object