Class AddressSettingsInfo
java.lang.Object
org.apache.activemq.artemis.api.core.management.AddressSettingsInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddressSettingsInfolonglonglongintintlongintintlonglongintintlonglonglonglonglongintintdoublelongdoublelonglonglonglongbooleanbooleanbooleanbooleanDeprecated.booleanDeprecated.booleanbooleanbooleanbooleanDeprecated.booleanDeprecated.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetPageCacheMaxSize(int pageCacheMaxSize)
-
Constructor Details
-
AddressSettingsInfo
public AddressSettingsInfo()
-
-
Method Details
-
fromJSON
-
getPageCacheMaxSize
public int getPageCacheMaxSize() -
setPageCacheMaxSize
public void setPageCacheMaxSize(int pageCacheMaxSize) -
getAddressFullMessagePolicy
-
getMaxSizeBytes
public long getMaxSizeBytes() -
getPageSizeBytes
public int getPageSizeBytes() -
getMaxDeliveryAttempts
public int getMaxDeliveryAttempts() -
getRedeliveryDelay
public long getRedeliveryDelay() -
getDeadLetterAddress
-
getExpiryAddress
-
isDefaultLastValueQueue
public boolean isDefaultLastValueQueue() -
getRedistributionDelay
public long getRedistributionDelay() -
isSendToDLAOnNoRoute
public boolean isSendToDLAOnNoRoute() -
getRedeliveryMultiplier
public double getRedeliveryMultiplier() -
getMaxRedeliveryDelay
public long getMaxRedeliveryDelay() -
getSlowConsumerThreshold
public long getSlowConsumerThreshold() -
getSlowConsumerCheckPeriod
public long getSlowConsumerCheckPeriod() -
getSlowConsumerPolicy
-
isAutoCreateJmsQueues
Deprecated. -
isAutoDeleteJmsQueues
Deprecated. -
isAutoCreateJmsTopics
Deprecated. -
isAutoDeleteJmsTopics
Deprecated. -
isAutoCreateQueues
public boolean isAutoCreateQueues() -
isAutoDeleteQueues
public boolean isAutoDeleteQueues() -
isAutoCreateAddresses
public boolean isAutoCreateAddresses() -
isAutoDeleteAddresses
public boolean isAutoDeleteAddresses() -
getConfigDeleteQueues
-
getConfigDeleteAddresses
-
getMaxSizeBytesRejectThreshold
public long getMaxSizeBytesRejectThreshold() -
getDefaultLastValueKey
-
isDefaultNonDestructive
public boolean isDefaultNonDestructive() -
isDefaultExclusiveQueue
public boolean isDefaultExclusiveQueue() -
isDefaultGroupRebalance
public boolean isDefaultGroupRebalance() -
getDefaultGroupBuckets
public int getDefaultGroupBuckets() -
getDefaultGroupFirstKey
-
getDefaultMaxConsumers
public int getDefaultMaxConsumers() -
isDefaultPurgeOnNoConsumers
public boolean isDefaultPurgeOnNoConsumers() -
getDefaultConsumersBeforeDispatch
public int getDefaultConsumersBeforeDispatch() -
getDefaultDelayBeforeDispatch
public long getDefaultDelayBeforeDispatch() -
getDefaultQueueRoutingType
-
getDefaultAddressRoutingType
-
getDefaultConsumerWindowSize
public int getDefaultConsumerWindowSize() -
getDefaultRingSize
public long getDefaultRingSize() -
isAutoDeleteCreatedQueues
public boolean isAutoDeleteCreatedQueues() -
getAutoDeleteQueuesDelay
public long getAutoDeleteQueuesDelay() -
getAutoDeleteQueuesMessageCount
public long getAutoDeleteQueuesMessageCount() -
getAutoDeleteAddressesDelay
public long getAutoDeleteAddressesDelay() -
getRedeliveryCollisionAvoidanceFactor
public double getRedeliveryCollisionAvoidanceFactor() -
getRetroactiveMessageCount
public long getRetroactiveMessageCount() -
isAutoCreateDeadLetterResources
public boolean isAutoCreateDeadLetterResources() -
getDeadLetterQueuePrefix
-
getDeadLetterQueueSuffix
-
isAutoCreateExpiryResources
public boolean isAutoCreateExpiryResources() -
getExpiryQueuePrefix
-
getExpiryQueueSuffix
-
getExpiryDelay
public long getExpiryDelay() -
getMinExpiryDelay
public long getMinExpiryDelay() -
getMaxExpiryDelay
public long getMaxExpiryDelay() -
isNoExpiry
public boolean isNoExpiry() -
isEnableMetrics
public boolean isEnableMetrics() -
getInitialQueueBufferSize
public int getInitialQueueBufferSize()
-