Uses of Interface
org.wildfly.extension.messaging.activemq.AbstractQueueControlHandler.DelegatingQueueControl
-
Packages that use AbstractQueueControlHandler.DelegatingQueueControl Package Description org.wildfly.extension.messaging.activemq org.wildfly.extension.messaging.activemq.jms -
-
Uses of AbstractQueueControlHandler.DelegatingQueueControl in org.wildfly.extension.messaging.activemq
Methods in org.wildfly.extension.messaging.activemq that return AbstractQueueControlHandler.DelegatingQueueControl Modifier and Type Method Description protected abstract AbstractQueueControlHandler.DelegatingQueueControl<T>AbstractQueueControlHandler. getQueueControl(org.apache.activemq.artemis.core.server.ActiveMQServer server, String queueName)protected AbstractQueueControlHandler.DelegatingQueueControl<org.apache.activemq.artemis.api.core.management.QueueControl>QueueControlHandler. getQueueControl(org.apache.activemq.artemis.core.server.ActiveMQServer server, String queueName) -
Uses of AbstractQueueControlHandler.DelegatingQueueControl in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return AbstractQueueControlHandler.DelegatingQueueControl Modifier and Type Method Description protected AbstractQueueControlHandler.DelegatingQueueControl<org.apache.activemq.artemis.api.core.management.QueueControl>JMSQueueControlHandler. getQueueControl(org.apache.activemq.artemis.core.server.ActiveMQServer server, String queueName)
-