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 ConsumerInfo
ActiveMQMessageConsumer. info
Methods in org.apache.activemq that return ConsumerInfo Modifier and Type Method Description ConsumerInfo
ActiveMQConnectionConsumer. getConsumerInfo()
Constructors in org.apache.activemq with parameters of type ConsumerInfo Constructor Description ActiveMQConnectionConsumer(ActiveMQConnection theConnection, 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 ConsumerInfo
ConsumerStartedEvent. 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 ConsumerInfo
ConsumerInfo. copy()
ConsumerInfo[]
BrokerSubscriptionInfo. getSubscriptionInfos()
Methods in org.apache.activemq.command with parameters of type ConsumerInfo Modifier and Type Method Description void
MessagePull. configure(ConsumerInfo info)
Configures a message pull from the consumer informationvoid
ConsumerInfo. copy(ConsumerInfo info)
void
BrokerSubscriptionInfo. 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 ConsumerInfo
ConsumerState. 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 void
SessionState. addConsumer(ConsumerInfo info)
Response
CommandVisitor. processAddConsumer(ConsumerInfo info)
Response
CommandVisitorAdapter. processAddConsumer(ConsumerInfo info)
Response
ConnectionStateTracker. processAddConsumer(ConsumerInfo info)
Constructors in org.apache.activemq.state with parameters of type ConsumerInfo Constructor Description ConsumerState(ConsumerInfo info)
-