Class CoreAddressConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.CoreAddressConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddQueueConfig
(QueueConfiguration queueConfiguration) addQueueConfiguration
(QueueConfiguration queueConfiguration) addQueueConfiguration
(CoreQueueConfiguration queueConfiguration) addRoutingType
(RoutingType routingType) getName()
Deprecated.setQueueConfigs
(List<QueueConfiguration> queueConfigurations) setQueueConfigurations
(List<CoreQueueConfiguration> coreQueueConfigurations) Deprecated.void
setRoutingTypes
(Set<String> rawRootingTypes) toString()
-
Constructor Details
-
CoreAddressConfiguration
public CoreAddressConfiguration()
-
-
Method Details
-
getName
-
setName
-
getRoutingTypes
-
setRoutingTypes
-
addRoutingType
-
setQueueConfigurations
@Deprecated public CoreAddressConfiguration setQueueConfigurations(List<CoreQueueConfiguration> coreQueueConfigurations) Deprecated. -
setQueueConfigs
-
addQueueConfiguration
-
addQueueConfiguration
-
addQueueConfig
-
getQueueConfigurations
Deprecated. -
getQueueConfigs
-
toString
-