Uses of Class
org.apache.activemq.command.ConsumerId
Packages that use ConsumerId
Package
Description
The core JMS client API implementation classes.
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
Command objects used via the Command Pattern to communicate among nodes
-
Uses of ConsumerId in org.apache.activemq
Methods in org.apache.activemq that return ConsumerIdModifier and TypeMethodDescriptionActiveMQMessageConsumer.getConsumerId()protected ConsumerIdActiveMQSession.getNextConsumerId()Methods in org.apache.activemq with parameters of type ConsumerIdModifier and TypeMethodDescriptionvoidActiveMQConnection.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 ConsumerIdModifierConstructorDescriptionActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocal, boolean browser, boolean dispatchAsync, jakarta.jms.MessageListener messageListener) Create a MessageConsumerprotectedActiveMQQueueBrowser(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination destination, String selector, boolean dispatchAsync) Constructor for an ActiveMQQueueBrowser - used internallyprotectedActiveMQQueueReceiver(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination destination, String selector, int prefetch, int maximumPendingMessageCount, boolean asyncDispatch) protectedActiveMQTopicSubscriber(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 ConsumerIdConstructors in org.apache.activemq.advisory with parameters of type ConsumerIdModifierConstructorDescriptionConsumerEvent(ConsumerEventSource source, jakarta.jms.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 -
Uses of ConsumerId in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ConsumerIdModifier and TypeFieldDescriptionprotected ConsumerIdConsumerControl.consumerIdprotected ConsumerIdConsumerInfo.consumerIdprotected ConsumerIdMessageAck.consumerIdprotected ConsumerIdMessageDispatch.consumerIdprotected ConsumerIdMessageDispatchNotification.consumerIdprotected ConsumerIdMessagePull.consumerIdprotected ConsumerIdMessage.targetConsumerIdFields in org.apache.activemq.command with type parameters of type ConsumerIdMethods in org.apache.activemq.command that return ConsumerIdModifier and TypeMethodDescriptionConsumerControl.getConsumerId()ConsumerInfo.getConsumerId()Is used to uniquely identify the consumer to the broker.MessageAck.getConsumerId()MessageDispatch.getConsumerId()MessageDispatchNotification.getConsumerId()MessagePull.getConsumerId()ConsumerInfo.getNetworkConsumerPath()Tracks the original subscription id that causes a subscription to percolate through a network when networkTTL > 1.Message.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 ConsumerIdMethods in org.apache.activemq.command with parameters of type ConsumerIdModifier and TypeMethodDescriptionvoidConsumerInfo.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 ConsumerIdModifierConstructorDescriptionConsumerId(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 ConsumerIdModifier and TypeMethodDescriptionSessionState.getConsumerIds()ConnectionState.getRecoveringPullConsumers()Methods in org.apache.activemq.state with parameters of type ConsumerIdModifier and TypeMethodDescriptionSessionState.getConsumerState(ConsumerId consumerId) CommandVisitor.processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId) CommandVisitorAdapter.processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId) ConnectionStateTracker.processRemoveConsumer(ConsumerId id, long lastDeliveredSequenceId) SessionState.removeConsumer(ConsumerId id)