Uses of Class
org.apache.activemq.artemis.core.protocol.openwire.amq.AMQConsumer
-
Packages that use AMQConsumer Package Description org.apache.activemq.artemis.core.protocol.openwire org.apache.activemq.artemis.core.protocol.openwire.amq -
-
Uses of AMQConsumer in org.apache.activemq.artemis.core.protocol.openwire
Methods in org.apache.activemq.artemis.core.protocol.openwire with parameters of type AMQConsumer Modifier and Type Method Description static org.apache.activemq.command.MessageDispatchOpenWireMessageConverter. createMessageDispatch(org.apache.activemq.artemis.core.server.MessageReference reference, org.apache.activemq.artemis.api.core.ICoreMessage message, org.apache.activemq.wireformat.WireFormat marshaller, AMQConsumer consumer, org.apache.activemq.artemis.utils.UUID serverNodeUUID) -
Uses of AMQConsumer in org.apache.activemq.artemis.core.protocol.openwire.amq
Methods in org.apache.activemq.artemis.core.protocol.openwire.amq that return types with arguments of type AMQConsumer Modifier and Type Method Description java.util.List<AMQConsumer>AMQSession. createConsumer(org.apache.activemq.command.ConsumerInfo info, org.apache.activemq.artemis.core.server.SlowConsumerDetectionListener slowConsumerDetectionListener)Constructors in org.apache.activemq.artemis.core.protocol.openwire.amq with parameters of type AMQConsumer Constructor Description AMQSingleConsumerBrokerExchange(AMQSession amqSession, AMQConsumer consumer)Constructor parameters in org.apache.activemq.artemis.core.protocol.openwire.amq with type arguments of type AMQConsumer Constructor Description AMQCompositeConsumerBrokerExchange(AMQSession amqSession, java.util.List<AMQConsumer> consumerList)
-