Uses of Class
org.apache.activemq.command.ConsumerId
-
Packages that use ConsumerId Package Description org.apache.activemq The core JMS client API implementation classes.org.apache.activemq.advisory Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.org.apache.activemq.broker.region org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of ConsumerId in org.apache.activemq
Methods in org.apache.activemq that return ConsumerId Modifier and Type Method Description ConsumerIdActiveMQMessageConsumer. getConsumerId()protected ConsumerIdActiveMQSession. getNextConsumerId()Methods in org.apache.activemq with parameters of type ConsumerId Modifier and Type Method Description voidActiveMQConnection. addDispatcher(ConsumerId consumerId, ActiveMQDispatcher dispatcher)protected voidActiveMQSession. close(ConsumerId id)booleanActiveMQConnection. hasDispatcher(ConsumerId consumerId)voidActiveMQConnection. removeDispatcher(ConsumerId consumerId)protected voidActiveMQSession. setPrefetchSize(ConsumerId id, int prefetch)Constructors in org.apache.activemq with parameters of type ConsumerId Constructor Description ActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocal, boolean browser, boolean dispatchAsync, MessageListener messageListener)Create a MessageConsumerActiveMQQueueBrowser(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination destination, String selector, boolean dispatchAsync)Constructor for an ActiveMQQueueBrowser - used internallyActiveMQQueueReceiver(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination destination, String selector, int prefetch, int maximumPendingMessageCount, boolean asyncDispatch)ActiveMQTopicSubscriber(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocalValue, boolean browserValue, boolean asyncDispatch)AdvisoryConsumer(ActiveMQConnection connection, ConsumerId consumerId) -
Uses of ConsumerId in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ConsumerId Modifier and Type Method Description ConsumerIdConsumerEvent. getConsumerId()Constructors in org.apache.activemq.advisory with parameters of type ConsumerId Constructor Description ConsumerEvent(ConsumerEventSource source, Destination destination, ConsumerId consumerId, int consumerCount)ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count) -
Uses of ConsumerId in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return ConsumerId Modifier and Type Method Description ConsumerIdMessageReference. getTargetConsumerId() -
Uses of ConsumerId in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ConsumerId Modifier and Type Field Description protected ConsumerIdConsumerControl. consumerIdprotected ConsumerIdConsumerInfo. consumerIdprotected ConsumerIdMessageAck. consumerIdprotected ConsumerIdMessageDispatch. consumerIdprotected ConsumerIdMessageDispatchNotification. consumerIdprotected ConsumerIdMessagePull. consumerIdprotected ConsumerIdMessage. targetConsumerIdFields in org.apache.activemq.command with type parameters of type ConsumerId Modifier and Type Field Description protected List<ConsumerId>ConsumerInfo. networkConsumerIdsMethods in org.apache.activemq.command that return ConsumerId Modifier and Type Method Description ConsumerIdConsumerControl. getConsumerId()ConsumerIdConsumerInfo. getConsumerId()Is used to uniquely identify the consumer to the broker.ConsumerIdMessageAck. getConsumerId()ConsumerIdMessageDispatch. getConsumerId()ConsumerIdMessageDispatchNotification. getConsumerId()ConsumerIdMessagePull. getConsumerId()ConsumerId[]ConsumerInfo. getNetworkConsumerPath()Tracks the original subscription id that causes a subscription to percolate through a network when networkTTL > 1.ConsumerIdMessage. getTargetConsumerId()Can be used to route the message to a specific consumer.Methods in org.apache.activemq.command that return types with arguments of type ConsumerId Modifier and Type Method Description List<ConsumerId>ConsumerInfo. getNetworkConsumerIds()Methods in org.apache.activemq.command with parameters of type ConsumerId Modifier and Type Method Description voidConsumerInfo. addNetworkConsumerId(ConsumerId networkConsumerId)voidConsumerInfo. removeNetworkConsumerId(ConsumerId networkConsumerId)voidConsumerControl. setConsumerId(ConsumerId consumerId)voidConsumerInfo. setConsumerId(ConsumerId consumerId)voidMessageAck. setConsumerId(ConsumerId consumerId)voidMessageDispatch. setConsumerId(ConsumerId consumerId)voidMessageDispatchNotification. setConsumerId(ConsumerId consumerId)voidMessagePull. setConsumerId(ConsumerId consumerId)voidConsumerInfo. setNetworkConsumerPath(ConsumerId[] consumerPath)voidMessage. setTargetConsumerId(ConsumerId targetConsumerId)Constructors in org.apache.activemq.command with parameters of type ConsumerId Constructor Description ConnectionId(ConsumerId id)ConsumerId(ConsumerId id)ConsumerInfo(ConsumerId consumerId)SessionId(ConsumerId id) -
Uses of ConsumerId in org.apache.activemq.state
Methods in org.apache.activemq.state that return types with arguments of type ConsumerId Modifier and Type Method Description Set<ConsumerId>SessionState. getConsumerIds()Map<ConsumerId,ConsumerInfo>ConnectionState. getRecoveringPullConsumers()Methods in org.apache.activemq.state with parameters of type ConsumerId Modifier and Type Method Description ConsumerStateSessionState. getConsumerState(ConsumerId consumerId)ResponseCommandVisitor. processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId)ResponseCommandVisitorAdapter. processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId)ResponseConnectionStateTracker. processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId)ConsumerStateSessionState. removeConsumer(ConsumerId id)
-