Uses of Class
org.apache.qpid.jms.meta.JmsConsumerInfo
-
Packages that use JmsConsumerInfo Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.message org.apache.qpid.jms.meta org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.amqp.builders -
-
Uses of JmsConsumerInfo in org.apache.qpid.jms
Fields in org.apache.qpid.jms declared as JmsConsumerInfo Modifier and Type Field Description protected JmsConsumerInfoJmsMessageConsumer. consumerInfoMethods in org.apache.qpid.jms with parameters of type JmsConsumerInfo Modifier and Type Method Description protected voidJmsConnection. addConnectionConsumer(JmsConsumerInfo consumerInfo, JmsConnectionConsumer consumer)protected voidJmsConnection. removeConnectionConsumer(JmsConsumerInfo consumerInfo)Constructors in org.apache.qpid.jms with parameters of type JmsConsumerInfo Constructor Description JmsConnectionConsumer(JmsConnection connection, JmsConsumerInfo consumerInfo, MessageQueue messageQueue, jakarta.jms.ServerSessionPool sessionPool) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsConsumerInfo Modifier and Type Method Description JmsConsumerInfoJmsInboundMessageDispatch. getConsumerInfo()Methods in org.apache.qpid.jms.message with parameters of type JmsConsumerInfo Modifier and Type Method Description voidJmsInboundMessageDispatch. setConsumerInfo(JmsConsumerInfo consumerInfo) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsConsumerInfo Modifier and Type Method Description JmsConsumerInfoJmsConsumerInfo. copy()Methods in org.apache.qpid.jms.meta with parameters of type JmsConsumerInfo Modifier and Type Method Description intJmsConsumerInfo. compareTo(JmsConsumerInfo other)voidJmsDefaultResourceVisitor. processConsumerInfo(JmsConsumerInfo consumerInfo)voidJmsResourceVistor. processConsumerInfo(JmsConsumerInfo consumerInfo) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp with parameters of type JmsConsumerInfo Modifier and Type Method Description voidAmqpSubscriptionTracker. consumerRemoved(JmsConsumerInfo consumerInfo)voidAmqpSession. createConsumer(JmsConsumerInfo consumerInfo, AsyncResult request)AmqpConsumerAmqpSession. getConsumer(JmsConsumerInfo consumerInfo)java.lang.StringAmqpSubscriptionTracker. reserveNextSubscriptionLinkName(java.lang.String subscriptionName, JmsConsumerInfo consumerInfo)Constructors in org.apache.qpid.jms.provider.amqp with parameters of type JmsConsumerInfo Constructor Description AmqpConsumer(AmqpSession session, JmsConsumerInfo info, org.apache.qpid.proton.engine.Receiver receiver) -
Uses of JmsConsumerInfo in org.apache.qpid.jms.provider.amqp.builders
Methods in org.apache.qpid.jms.provider.amqp.builders with parameters of type JmsConsumerInfo Modifier and Type Method Description protected voidAmqpConsumerBuilder. afterClosed(AmqpConsumer resource, JmsConsumerInfo info)protected org.apache.qpid.proton.engine.ReceiverAmqpConsumerBuilder. createEndpoint(JmsConsumerInfo resourceInfo)protected AmqpConsumerAmqpConsumerBuilder. createResource(AmqpSession parent, JmsConsumerInfo resourceInfo, org.apache.qpid.proton.engine.Receiver endpoint)Constructors in org.apache.qpid.jms.provider.amqp.builders with parameters of type JmsConsumerInfo Constructor Description AmqpConsumerBuilder(AmqpSession parent, JmsConsumerInfo consumerInfo)
-