Uses of Class
org.apache.activemq.artemis.core.server.QueueConfig
-
Packages that use QueueConfig Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl org.apache.activemq.artemis.core.server.plugin -
-
Uses of QueueConfig in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return QueueConfig Modifier and Type Method Description QueueConfigQueueConfig.Builder. build()Deprecated.Returns a newQueueConfigusing the parameters configured on theQueueConfig.Builder.static QueueConfigQueueConfig. fromQueueConfiguration(QueueConfiguration queueConfiguration)Deprecated.Methods in org.apache.activemq.artemis.core.server with parameters of type QueueConfig Modifier and Type Method Description QueueQueueFactory. createQueueWith(QueueConfig config)Deprecated. -
Uses of QueueConfig in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl with parameters of type QueueConfig Modifier and Type Method Description QueueQueueFactoryImpl. createQueueWith(QueueConfig config)Deprecated. -
Uses of QueueConfig in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type QueueConfig Modifier and Type Method Description default voidActiveMQServerQueuePlugin. beforeCreateQueue(QueueConfig queueConfig)Before a queue is created
-