Uses of Class
org.apache.qpid.jms.meta.JmsConsumerId
-
Packages that use JmsConsumerId 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 org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.failover -
-
Uses of JmsConsumerId in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return JmsConsumerId Modifier and Type Method Description JmsConsumerIdJmsMessageConsumer. getConsumerId()protected JmsConsumerIdJmsConnection. getNextConnectionConsumerId()protected JmsConsumerIdJmsSession. getNextConsumerId()Methods in org.apache.qpid.jms with parameters of type JmsConsumerId Modifier and Type Method Description protected JmsMessageConsumerJmsSession. lookup(JmsConsumerId consumerId)Constructors in org.apache.qpid.jms with parameters of type JmsConsumerId Constructor Description JmsDurableTopicSubscriber(JmsConsumerId id, JmsSession s, JmsDestination destination, java.lang.String name, boolean noLocal, java.lang.String selector)JmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, java.lang.String selector, boolean noLocal)JmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, java.lang.String name, java.lang.String selector, boolean noLocal)JmsQueueReceiver(JmsConsumerId id, JmsSession session, JmsDestination dest, java.lang.String selector)ConstructorJmsSharedDurableMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, java.lang.String name, java.lang.String selector)JmsSharedMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, java.lang.String name, java.lang.String selector) -
Uses of JmsConsumerId in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsConsumerId Modifier and Type Method Description JmsConsumerIdJmsInboundMessageDispatch. getConsumerId()Methods in org.apache.qpid.jms.message with parameters of type JmsConsumerId Modifier and Type Method Description voidJmsInboundMessageDispatch. setConsumerId(JmsConsumerId consumerId) -
Uses of JmsConsumerId in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsConsumerId Modifier and Type Method Description JmsConsumerIdJmsConsumerInfo. getId()Methods in org.apache.qpid.jms.meta with parameters of type JmsConsumerId Modifier and Type Method Description intJmsConsumerId. compareTo(JmsConsumerId other)Constructors in org.apache.qpid.jms.meta with parameters of type JmsConsumerId Constructor Description JmsConnectionId(JmsConsumerId id)JmsConsumerId(JmsConsumerId consumerId)JmsConsumerInfo(JmsConsumerId consumerId, JmsMessageDispatcher dispatcher)JmsSessionId(JmsConsumerId id) -
Uses of JmsConsumerId in org.apache.qpid.jms.provider
Methods in org.apache.qpid.jms.provider with parameters of type JmsConsumerId Modifier and Type Method Description voidProvider. pull(JmsConsumerId consumerId, long timeout, AsyncResult request)Request a remote peer send a Message to this client.voidProviderWrapper. pull(JmsConsumerId consumerId, long timeout, AsyncResult request) -
Uses of JmsConsumerId in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return JmsConsumerId Modifier and Type Method Description JmsConsumerIdAmqpConsumer. getConsumerId()Methods in org.apache.qpid.jms.provider.amqp with parameters of type JmsConsumerId Modifier and Type Method Description booleanAmqpTransactionContext. isInTransaction(JmsConsumerId consumerId)voidAmqpProvider. pull(JmsConsumerId consumerId, long timeout, AsyncResult request) -
Uses of JmsConsumerId in org.apache.qpid.jms.provider.failover
Methods in org.apache.qpid.jms.provider.failover with parameters of type JmsConsumerId Modifier and Type Method Description voidFailoverProvider. pull(JmsConsumerId consumerId, long timeout, AsyncResult request)
-