Uses of Class
org.apache.activemq.command.BrokerSubscriptionInfo
-
Packages that use BrokerSubscriptionInfo Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.state org.apache.activemq.util -
-
Uses of BrokerSubscriptionInfo in org.apache.activemq.broker
Methods in org.apache.activemq.broker with parameters of type BrokerSubscriptionInfo Modifier and Type Method Description Response
TransportConnection. processBrokerSubscriptionInfo(BrokerSubscriptionInfo info)
-
Uses of BrokerSubscriptionInfo in org.apache.activemq.command
Methods in org.apache.activemq.command that return BrokerSubscriptionInfo Modifier and Type Method Description BrokerSubscriptionInfo
BrokerSubscriptionInfo. copy()
-
Uses of BrokerSubscriptionInfo in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type BrokerSubscriptionInfo Modifier and Type Method Description Response
CommandVisitor. processBrokerSubscriptionInfo(BrokerSubscriptionInfo info)
Response
CommandVisitorAdapter. processBrokerSubscriptionInfo(BrokerSubscriptionInfo info)
-
Uses of BrokerSubscriptionInfo in org.apache.activemq.util
Methods in org.apache.activemq.util that return BrokerSubscriptionInfo Modifier and Type Method Description static BrokerSubscriptionInfo
NetworkBridgeUtils. getBrokerSubscriptionInfo(BrokerService brokerService, NetworkBridgeConfiguration config)
Generate the BrokerSubscriptionInfo which is used to tell the broker on the other side of the network bridge which NC durable subscriptions are still needed for demand.
-