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 |
---|---|
CoreAddressConfiguration |
CoreAddressConfiguration.addQueueConfiguration(CoreQueueConfiguration queueConfiguration) |
CoreAddressConfiguration |
CoreAddressConfiguration.addRoutingType(RoutingType routingType) |
CoreAddressConfiguration |
CoreAddressConfiguration.setName(String name) |
CoreAddressConfiguration |
CoreAddressConfiguration.setQueueConfigurations(List<CoreQueueConfiguration> queueConfigurations) |
Modifier and Type | Method and Description |
---|---|
List<CoreAddressConfiguration> |
Configuration.getAddressConfigurations()
Returns the addresses configured for this server.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.addAddressConfiguration(CoreAddressConfiguration config)
Adds an addresses configuration
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setAddressConfigurations(List<CoreAddressConfiguration> configs)
Sets the addresses configured for this server.
|
Modifier and Type | Method and Description |
---|---|
List<CoreAddressConfiguration> |
ConfigurationImpl.getAddressConfigurations() |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationImpl.addAddressConfiguration(CoreAddressConfiguration config) |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurationImpl.setAddressConfigurations(List<CoreAddressConfiguration> configs) |
Modifier and Type | Method and Description |
---|---|
protected CoreAddressConfiguration |
FileConfigurationParser.parseAddressConfiguration(Node node) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.