Uses of Class
org.apache.activemq.command.ConsumerInfo
Packages that use ConsumerInfo
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 ConsumerInfo in org.apache.activemq
Fields in org.apache.activemq declared as ConsumerInfoMethods in org.apache.activemq that return ConsumerInfoConstructors in org.apache.activemq with parameters of type ConsumerInfoModifierConstructorDescriptionprotectedActiveMQConnectionConsumer(ActiveMQConnection theConnection, jakarta.jms.ServerSessionPool theSessionPool, ConsumerInfo theConsumerInfo) Create a ConnectionConsumer -
Uses of ConsumerInfo in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ConsumerInfoConstructors in org.apache.activemq.advisory with parameters of type ConsumerInfoModifierConstructorDescriptionConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count) -
Uses of ConsumerInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return ConsumerInfoModifier and TypeMethodDescriptionConsumerInfo.copy()BrokerSubscriptionInfo.getSubscriptionInfos()Methods in org.apache.activemq.command with parameters of type ConsumerInfoModifier and TypeMethodDescriptionvoidMessagePull.configure(ConsumerInfo info) Configures a message pull from the consumer informationvoidConsumerInfo.copy(ConsumerInfo info) voidBrokerSubscriptionInfo.setSubscriptionInfos(ConsumerInfo[] subscriptionInfos) Constructors in org.apache.activemq.command with parameters of type ConsumerInfoModifierConstructorDescriptionNetworkBridgeFilter(ConsumerInfo consumerInfo, BrokerId networkBrokerId, int messageTTL, int consumerTTL) -
Uses of ConsumerInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return ConsumerInfoMethods in org.apache.activemq.state that return types with arguments of type ConsumerInfoMethods in org.apache.activemq.state with parameters of type ConsumerInfoModifier and TypeMethodDescriptionvoidSessionState.addConsumer(ConsumerInfo info) CommandVisitor.processAddConsumer(ConsumerInfo info) CommandVisitorAdapter.processAddConsumer(ConsumerInfo info) ConnectionStateTracker.processAddConsumer(ConsumerInfo info) Constructors in org.apache.activemq.state with parameters of type ConsumerInfo