Uses of Class
org.apache.activemq.artemis.core.config.CoreQueueConfiguration
-
Packages that use CoreQueueConfiguration Package Description org.apache.activemq.artemis.core.config org.apache.activemq.artemis.core.config.impl -
-
Uses of CoreQueueConfiguration in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return CoreQueueConfiguration Modifier and Type Method Description static CoreQueueConfigurationCoreQueueConfiguration. fromQueueConfiguration(QueueConfiguration queueConfiguration)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setAddress(String address)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setConsumersBeforeDispatch(Integer consumersBeforeDispatch)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setDelayBeforeDispatch(Long delayBeforeDispatch)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setDurable(boolean durable)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setEnabled(Boolean enabled)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setExclusive(Boolean exclusive)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setFilterString(String filterString)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setGroupBuckets(Integer groupBuckets)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setGroupFirstKey(String groupFirstKey)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setGroupRebalance(Boolean groupRebalance)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setLastValue(Boolean lastValue)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setLastValueKey(String lastValueKey)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setMaxConsumers(Integer maxConsumers)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setName(String name)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setNonDestructive(Boolean nonDestructive)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setPurgeOnNoConsumers(Boolean purgeOnNoConsumers)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setRingSize(Long ringSize)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setRoutingType(RoutingType routingType)Deprecated.CoreQueueConfigurationCoreQueueConfiguration. setUser(String user)Deprecated.Methods in org.apache.activemq.artemis.core.config that return types with arguments of type CoreQueueConfiguration Modifier and Type Method Description List<CoreQueueConfiguration>Configuration. getQueueConfigurations()Deprecated.List<CoreQueueConfiguration>CoreAddressConfiguration. getQueueConfigurations()Deprecated.Methods in org.apache.activemq.artemis.core.config with parameters of type CoreQueueConfiguration Modifier and Type Method Description ConfigurationConfiguration. addQueueConfiguration(CoreQueueConfiguration config)Deprecated.CoreAddressConfigurationCoreAddressConfiguration. addQueueConfiguration(CoreQueueConfiguration queueConfiguration)Method parameters in org.apache.activemq.artemis.core.config with type arguments of type CoreQueueConfiguration Modifier and Type Method Description ConfigurationConfiguration. setQueueConfigurations(List<CoreQueueConfiguration> configs)Deprecated.CoreAddressConfigurationCoreAddressConfiguration. setQueueConfigurations(List<CoreQueueConfiguration> coreQueueConfigurations)Deprecated. -
Uses of CoreQueueConfiguration in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return types with arguments of type CoreQueueConfiguration Modifier and Type Method Description List<CoreQueueConfiguration>ConfigurationImpl. getQueueConfigurations()Deprecated.Methods in org.apache.activemq.artemis.core.config.impl with parameters of type CoreQueueConfiguration Modifier and Type Method Description ConfigurationImplConfigurationImpl. addQueueConfiguration(CoreQueueConfiguration config)Method parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type CoreQueueConfiguration Modifier and Type Method Description ConfigurationImplConfigurationImpl. setQueueConfigurations(List<CoreQueueConfiguration> coreQueueConfigurations)Deprecated.
-