| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.config | |
| org.apache.activemq.artemis.core.config.impl |
| Modifier and Type | Method and Description |
|---|---|
static CoreQueueConfiguration |
CoreQueueConfiguration.fromQueueConfiguration(QueueConfiguration queueConfiguration)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setAddress(String address)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setConsumersBeforeDispatch(Integer consumersBeforeDispatch)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setDelayBeforeDispatch(Long delayBeforeDispatch)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setDurable(boolean durable)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setEnabled(Boolean enabled)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setExclusive(Boolean exclusive)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setFilterString(String filterString)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setGroupBuckets(Integer groupBuckets)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setGroupFirstKey(String groupFirstKey)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setGroupRebalance(Boolean groupRebalance)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setLastValue(Boolean lastValue)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setLastValueKey(String lastValueKey)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setMaxConsumers(Integer maxConsumers)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setName(String name)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setNonDestructive(Boolean nonDestructive)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setPurgeOnNoConsumers(Boolean purgeOnNoConsumers)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setRingSize(Long ringSize)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setRoutingType(RoutingType routingType)
Deprecated.
|
CoreQueueConfiguration |
CoreQueueConfiguration.setUser(String user)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreQueueConfiguration> |
Configuration.getQueueConfigurations()
Deprecated.
|
List<CoreQueueConfiguration> |
CoreAddressConfiguration.getQueueConfigurations()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addQueueConfiguration(CoreQueueConfiguration config)
Deprecated.
|
CoreAddressConfiguration |
CoreAddressConfiguration.addQueueConfiguration(CoreQueueConfiguration queueConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setQueueConfigurations(List<CoreQueueConfiguration> configs)
Deprecated.
|
CoreAddressConfiguration |
CoreAddressConfiguration.setQueueConfigurations(List<CoreQueueConfiguration> coreQueueConfigurations)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreQueueConfiguration> |
ConfigurationImpl.getQueueConfigurations()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationImpl |
ConfigurationImpl.addQueueConfiguration(CoreQueueConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationImpl |
ConfigurationImpl.setQueueConfigurations(List<CoreQueueConfiguration> coreQueueConfigurations)
Deprecated.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.