Uses of Class
org.apache.activemq.ActiveMQConnectionConsumer
-
Packages that use ActiveMQConnectionConsumer Package Description org.apache.activemq The core JMS client API implementation classes. -
-
Uses of ActiveMQConnectionConsumer in org.apache.activemq
Methods in org.apache.activemq with parameters of type ActiveMQConnectionConsumer Modifier and Type Method Description protected void
ActiveMQConnection. addConnectionConsumer(ActiveMQConnectionConsumer connectionConsumer)
Add a ConnectionConsumerprotected void
ActiveMQConnection. removeConnectionConsumer(ActiveMQConnectionConsumer connectionConsumer)
Remove a ConnectionConsumer
-