Class QueueQueryResult
java.lang.Object
org.apache.activemq.artemis.core.server.QueueQueryResult
-
Constructor Summary
ConstructorsConstructorDescriptionQueueQueryResult(QueueConfiguration config, int consumerCount, long messageCount, boolean autoCreateQueues, boolean exists, Integer defaultConsumerWindowSize) -
Method Summary
Modifier and TypeMethodDescriptionintintlonggetName()booleanbooleanbooleanbooleanisExists()booleanbooleanvoidsetAddress(SimpleString address)
-
Constructor Details
-
QueueQueryResult
public QueueQueryResult(QueueConfiguration config, int consumerCount, long messageCount, boolean autoCreateQueues, boolean exists, Integer defaultConsumerWindowSize)
-
-
Method Details
-
isExists
public boolean isExists() -
isDurable
public boolean isDurable() -
getConsumerCount
public int getConsumerCount() -
getMessageCount
public long getMessageCount() -
getFilterString
-
getAddress
-
getName
-
isTemporary
public boolean isTemporary() -
isAutoCreateQueues
public boolean isAutoCreateQueues() -
isAutoCreated
public boolean isAutoCreated() -
isPurgeOnNoConsumers
public boolean isPurgeOnNoConsumers() -
getRoutingType
-
getMaxConsumers
public int getMaxConsumers() -
setAddress
-
isExclusive
-
isLastValue
-
getLastValueKey
-
isNonDestructive
-
getConsumersBeforeDispatch
-
getDelayBeforeDispatch
-
getDefaultConsumerWindowSize
-
isGroupRebalance
-
isGroupRebalancePauseDispatch
-
getGroupBuckets
-
getGroupFirstKey
-
isAutoDelete
-
getAutoDeleteDelay
-
getAutoDeleteMessageCount
-
getRingSize
-
isEnabled
-
isConfigurationManaged
-