Uses of Class
org.apache.activemq.command.ConsumerInfo
-
Packages that use ConsumerInfo 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.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state -
-
Uses of ConsumerInfo in org.apache.activemq
Fields in org.apache.activemq declared as ConsumerInfo Modifier and Type Field Description protected ConsumerInfoActiveMQMessageConsumer. infoMethods in org.apache.activemq that return ConsumerInfo Modifier and Type Method Description ConsumerInfoActiveMQConnectionConsumer. getConsumerInfo()Constructors in org.apache.activemq with parameters of type ConsumerInfo Constructor Description ActiveMQConnectionConsumer(ActiveMQConnection theConnection, javax.jms.ServerSessionPool theSessionPool, ConsumerInfo theConsumerInfo)Create a ConnectionConsumer -
Uses of ConsumerInfo in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ConsumerInfo Modifier and Type Method Description ConsumerInfoConsumerStartedEvent. getConsumerInfo()Constructors in org.apache.activemq.advisory with parameters of type ConsumerInfo Constructor Description ConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count) -
Uses of ConsumerInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return ConsumerInfo Modifier and Type Method Description ConsumerInfoConsumerInfo. copy()ConsumerInfo[]BrokerSubscriptionInfo. getSubscriptionInfos()Methods in org.apache.activemq.command with parameters of type ConsumerInfo Modifier and Type Method Description voidMessagePull. 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 ConsumerInfo Constructor Description NetworkBridgeFilter(ConsumerInfo consumerInfo, BrokerId networkBrokerId, int messageTTL, int consumerTTL) -
Uses of ConsumerInfo in org.apache.activemq.state
Methods in org.apache.activemq.state that return ConsumerInfo Modifier and Type Method Description ConsumerInfoConsumerState. getInfo()Methods in org.apache.activemq.state that return types with arguments of type ConsumerInfo Modifier and Type Method Description Map<ConsumerId,ConsumerInfo>ConnectionState. getRecoveringPullConsumers()Methods in org.apache.activemq.state with parameters of type ConsumerInfo Modifier and Type Method Description voidSessionState. addConsumer(ConsumerInfo info)ResponseCommandVisitor. processAddConsumer(ConsumerInfo info)ResponseCommandVisitorAdapter. processAddConsumer(ConsumerInfo info)ResponseConnectionStateTracker. processAddConsumer(ConsumerInfo info)Constructors in org.apache.activemq.state with parameters of type ConsumerInfo Constructor Description ConsumerState(ConsumerInfo info)
-