Uses of Interface
org.wildfly.extension.messaging.activemq.ActiveMQBroker
-
Packages that use ActiveMQBroker Package Description org.wildfly.extension.messaging.activemq org.wildfly.extension.messaging.activemq.jms -
-
Uses of ActiveMQBroker in org.wildfly.extension.messaging.activemq
Classes in org.wildfly.extension.messaging.activemq that implement ActiveMQBroker Modifier and Type Class Description classActiveMQBrokerImplImplementation of the wrapper overActiveMQServerandManagementService.Methods in org.wildfly.extension.messaging.activemq that return types with arguments of type ActiveMQBroker Modifier and Type Method Description org.jboss.msc.service.ServiceController<ActiveMQBroker>ActiveMQServerResource. getActiveMQServerServiceController()Methods in org.wildfly.extension.messaging.activemq with parameters of type ActiveMQBroker Modifier and Type Method Description protected abstract TAbstractActiveMQComponentControlHandler. getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address)Gets theActiveMQComponentControlimplementation used by this handler.protected org.apache.activemq.artemis.api.core.management.AcceptorControlAcceptorControlHandler. getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address)protected org.apache.activemq.artemis.api.core.management.BridgeControlBridgeControlHandler. getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address)protected org.apache.activemq.artemis.api.core.management.BaseBroadcastGroupControlBroadcastGroupControlHandler. getActiveMQComponentControl(ActiveMQBroker activeMQBroker, org.jboss.as.controller.PathAddress address)protected org.apache.activemq.artemis.api.core.management.ClusterConnectionControlClusterConnectionControlHandler. getActiveMQComponentControl(ActiveMQBroker activeMQServer, org.jboss.as.controller.PathAddress address)protected abstract AbstractQueueControlHandler.DelegatingQueueControl<T>AbstractQueueControlHandler. getQueueControl(ActiveMQBroker server, String queueName)protected AbstractQueueControlHandler.DelegatingQueueControl<org.apache.activemq.artemis.api.core.management.QueueControl>QueueControlHandler. getQueueControl(ActiveMQBroker server, String queueName)Method parameters in org.wildfly.extension.messaging.activemq with type arguments of type ActiveMQBroker Modifier and Type Method Description voidActiveMQServerResource. setActiveMQServerServiceController(org.jboss.msc.service.ServiceController<ActiveMQBroker> activeMQServerServiceController)Constructors in org.wildfly.extension.messaging.activemq with parameters of type ActiveMQBroker Constructor Description CoreAddressResource(String name, ActiveMQBroker broker)CoreAddressResourceEntry(String name, ActiveMQBroker broker) -
Uses of ActiveMQBroker in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type ActiveMQBroker Modifier and Type Method Description intJMSTopicReadAttributeHandler. getDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker)intJMSTopicReadAttributeHandler. getNonDurableSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker)protected AbstractQueueControlHandler.DelegatingQueueControl<org.apache.activemq.artemis.api.core.management.QueueControl>JMSQueueControlHandler. getQueueControl(ActiveMQBroker server, String queueName)static List<org.apache.activemq.artemis.api.core.management.QueueControl>JMSTopicReadAttributeHandler. getQueues(JMSTopicReadAttributeHandler.DurabilityType durability, org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker)intJMSTopicReadAttributeHandler. getSubscriptionCount(org.apache.activemq.artemis.api.core.management.AddressControl addressControl, ActiveMQBroker broker)StringJMSTopicControlHandler. listMessagesForSubscriptionAsJSON(String queueName, ActiveMQBroker broker)String[]JMSServerControlHandler. listTargetDestinations(ActiveMQBroker server, String sessionID)
-