Class CoreQueueConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.CoreQueueConfiguration
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.static CoreQueueConfiguration
fromQueueConfiguration
(QueueConfiguration queueConfiguration) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getName()
Deprecated.boolean
Deprecated.Deprecated.Deprecated.getUser()
Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.setAddress
(String address) Deprecated.setConsumersBeforeDispatch
(Integer consumersBeforeDispatch) Deprecated.setDelayBeforeDispatch
(Long delayBeforeDispatch) Deprecated.setDurable
(boolean durable) Deprecated.setEnabled
(Boolean enabled) Deprecated.setExclusive
(Boolean exclusive) Deprecated.setFilterString
(String filterString) Deprecated.setGroupBuckets
(Integer groupBuckets) Deprecated.setGroupFirstKey
(String groupFirstKey) Deprecated.setGroupRebalance
(Boolean groupRebalance) Deprecated.setLastValue
(Boolean lastValue) Deprecated.setLastValueKey
(String lastValueKey) Deprecated.setMaxConsumers
(Integer maxConsumers) Deprecated.Deprecated.setNonDestructive
(Boolean nonDestructive) Deprecated.setPurgeOnNoConsumers
(Boolean purgeOnNoConsumers) Deprecated.setRingSize
(Long ringSize) Deprecated.setRoutingType
(RoutingType routingType) Deprecated.Deprecated.Deprecated.toString()
Deprecated.
-
Constructor Details
-
CoreQueueConfiguration
public CoreQueueConfiguration()Deprecated.
-
-
Method Details
-
getAddress
Deprecated. -
getName
Deprecated. -
getFilterString
Deprecated. -
isDurable
public boolean isDurable()Deprecated. -
getUser
Deprecated. -
isExclusive
Deprecated. -
isGroupRebalance
Deprecated. -
getGroupBuckets
Deprecated. -
getGroupFirstKey
Deprecated. -
isLastValue
Deprecated. -
getLastValueKey
Deprecated. -
isNonDestructive
Deprecated. -
getConsumersBeforeDispatch
Deprecated. -
getDelayBeforeDispatch
Deprecated. -
getRingSize
Deprecated. -
isEnabled
Deprecated. -
toQueueConfiguration
Deprecated. -
fromQueueConfiguration
Deprecated. -
setAddress
Deprecated. -
setName
Deprecated. -
setFilterString
Deprecated. -
setDurable
Deprecated. -
setMaxConsumers
Deprecated. -
setConsumersBeforeDispatch
Deprecated. -
setDelayBeforeDispatch
Deprecated. -
setRingSize
Deprecated. -
setEnabled
Deprecated. -
setPurgeOnNoConsumers
Deprecated. -
setUser
Deprecated. -
setExclusive
Deprecated. -
setGroupRebalance
Deprecated. -
setGroupBuckets
Deprecated. -
setGroupFirstKey
Deprecated. -
setLastValue
Deprecated. -
setLastValueKey
Deprecated. -
setNonDestructive
Deprecated. -
getPurgeOnNoConsumers
public boolean getPurgeOnNoConsumers()Deprecated. -
getMaxConsumers
Deprecated. -
getRoutingType
Deprecated. -
setRoutingType
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
toString
Deprecated.
-