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.- Parameters:
address
- the address to set
-
setName
Deprecated.- Parameters:
name
- the name to set
-
setFilterString
Deprecated.- Parameters:
filterString
- the filterString to set
-
setDurable
Deprecated.- Parameters:
durable
- the durable to set; default value is true
-
setMaxConsumers
Deprecated.- Parameters:
maxConsumers
- for this queue, default is -1 (unlimited)
-
setConsumersBeforeDispatch
Deprecated.- Parameters:
consumersBeforeDispatch
- for this queue, default is 0 (dispatch as soon as 1 consumer)
-
setDelayBeforeDispatch
Deprecated.- Parameters:
delayBeforeDispatch
- for this queue, default is 0 (start dispatch with no delay)
-
setRingSize
Deprecated.- Parameters:
ringSize
- for this queue, default is -1
-
setEnabled
Deprecated.- Parameters:
enabled
- for this queue, default is true
-
setPurgeOnNoConsumers
Deprecated.- Parameters:
purgeOnNoConsumers
- delete this queue when consumer count reaches 0, default is false
-
setUser
Deprecated.- Parameters:
user
- the use you want to associate with creating the queue
-
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.
-