| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.config | |
| org.apache.activemq.artemis.core.config.impl | |
| org.apache.activemq.artemis.core.deployers.impl |
| Modifier and Type | Method and Description |
|---|---|
CoreQueueConfiguration |
CoreQueueConfiguration.setAddress(String address) |
CoreQueueConfiguration |
CoreQueueConfiguration.setDurable(boolean durable) |
CoreQueueConfiguration |
CoreQueueConfiguration.setFilterString(String filterString) |
CoreQueueConfiguration |
CoreQueueConfiguration.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CoreQueueConfiguration> |
Configuration.getQueueConfigurations()
Returns the queues configured for this server.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addQueueConfiguration(CoreQueueConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setQueueConfigurations(List<CoreQueueConfiguration> configs)
Sets the queues configured for this server.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreQueueConfiguration> |
ConfigurationImpl.getQueueConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationImpl |
ConfigurationImpl.addQueueConfiguration(CoreQueueConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationImpl |
ConfigurationImpl.setQueueConfigurations(List<CoreQueueConfiguration> configs) |
| Modifier and Type | Method and Description |
|---|---|
protected CoreQueueConfiguration |
FileConfigurationParser.parseQueueConfiguration(Node node) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.