Uses of Class
org.apache.activemq.command.BrokerId
-
Packages that use BrokerId Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.util Some utility Broker Pluginsorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.network Support for federated networks of brokers. -
-
Uses of BrokerId in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return BrokerId Modifier and Type Method Description BrokerIdBroker. getBrokerId()Get the id of the brokerBrokerIdBrokerFilter. getBrokerId()BrokerIdEmptyBroker. getBrokerId()BrokerIdErrorBroker. getBrokerId() -
Uses of BrokerId in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region that return BrokerId Modifier and Type Method Description BrokerIdRegionBroker. getBrokerId()Methods in org.apache.activemq.broker.region with parameters of type BrokerId Modifier and Type Method Description voidRegionBroker. setBrokerId(BrokerId brokerId) -
Uses of BrokerId in org.apache.activemq.broker.util
Fields in org.apache.activemq.broker.util declared as BrokerId Modifier and Type Field Description protected BrokerIdUDPTraceBrokerPlugin. brokerId -
Uses of BrokerId in org.apache.activemq.command
Fields in org.apache.activemq.command declared as BrokerId Modifier and Type Field Description protected BrokerId[]ConnectionInfo. brokerPathprotected BrokerId[]ConsumerInfo. brokerPathprotected BrokerId[]DestinationInfo. brokerPathprotected BrokerId[]ProducerInfo. brokerPathprotected BrokerIdNetworkBridgeFilter. networkBrokerIdMethods in org.apache.activemq.command that return BrokerId Modifier and Type Method Description BrokerIdBaseEndpoint. getBrokerId()Returns the broker ID for this endpoint, if the endpoint is a broker or nullBrokerIdBrokerInfo. getBrokerId()BrokerIdBrokerSubscriptionInfo. getBrokerId()BrokerIdEndpoint. getBrokerId()Returns the broker ID for this endpoint, if the endpoint is a broker or nullBrokerId[]ConnectionInfo. getBrokerPath()The route of brokers the command has moved through.BrokerId[]ConsumerInfo. getBrokerPath()The route of brokers the command has moved through.BrokerId[]DestinationInfo. getBrokerPath()The route of brokers the command has moved through.BrokerId[]Message. getBrokerPath()The route of brokers the command has moved through.BrokerId[]ProducerInfo. getBrokerPath()The route of brokers the command has moved through.BrokerId[]Message. getCluster()If a message is stored in multiple nodes on a cluster, all the cluster members will be listed here.BrokerIdNetworkBridgeFilter. getNetworkBrokerId()Methods in org.apache.activemq.command with parameters of type BrokerId Modifier and Type Method Description static booleanNetworkBridgeFilter. contains(BrokerId[] brokerPath, BrokerId brokerId)voidBrokerInfo. setBrokerId(BrokerId brokerId)voidBrokerSubscriptionInfo. setBrokerId(BrokerId brokerId)voidConnectionInfo. setBrokerPath(BrokerId[] brokerPath)voidConsumerInfo. setBrokerPath(BrokerId[] brokerPath)voidDestinationInfo. setBrokerPath(BrokerId[] brokerPath)voidMessage. setBrokerPath(BrokerId[] brokerPath)voidProducerInfo. setBrokerPath(BrokerId[] brokerPath)voidMessage. setCluster(BrokerId[] cluster)voidNetworkBridgeFilter. setNetworkBrokerId(BrokerId remoteBrokerPath)Constructors in org.apache.activemq.command with parameters of type BrokerId Constructor Description NetworkBridgeFilter(ConsumerInfo consumerInfo, BrokerId networkBrokerId, int messageTTL, int consumerTTL) -
Uses of BrokerId in org.apache.activemq.network
Fields in org.apache.activemq.network declared as BrokerId Modifier and Type Field Description protected BrokerIdDemandForwardingBridgeSupport. localBrokerIdprotected BrokerId[]DemandForwardingBridgeSupport. localBrokerPathprotected BrokerIdDemandForwardingBridgeSupport. remoteBrokerIdprotected BrokerId[]DemandForwardingBridgeSupport. remoteBrokerPathMethods in org.apache.activemq.network that return BrokerId Modifier and Type Method Description protected BrokerId[]DemandForwardingBridgeSupport. appendToBrokerPath(BrokerId[] brokerPath, BrokerId idToAppend)protected BrokerId[]DemandForwardingBridgeSupport. appendToBrokerPath(BrokerId[] brokerPath, BrokerId[] pathsToAppend)protected BrokerId[]DemandForwardingBridgeSupport. getRemoteBrokerPath()Methods in org.apache.activemq.network with parameters of type BrokerId Modifier and Type Method Description protected voidDemandForwardingBridgeSupport. addProxyNetworkSubscriptionBrokerPath(DemandSubscription sub, BrokerId[] path, String subName)Add a durable remote proxy subscription when we can generate via the BrokerId path This is the most common scenarioprotected BrokerId[]DemandForwardingBridgeSupport. appendToBrokerPath(BrokerId[] brokerPath, BrokerId idToAppend)protected BrokerId[]DemandForwardingBridgeSupport. appendToBrokerPath(BrokerId[] brokerPath, BrokerId[] pathsToAppend)static booleanDemandForwardingBridgeSupport. contains(BrokerId[] brokerPath, BrokerId brokerId)NetworkBridgeFilterConditionalNetworkBridgeFilterFactory. create(ConsumerInfo info, BrokerId[] remoteBrokerPath, int messageTTL, int consumerTTL)NetworkBridgeFilterDefaultNetworkBridgeFilterFactory. create(ConsumerInfo info, BrokerId[] remoteBrokerPath, int messageTTL, int consumerTTL)NetworkBridgeFilterNetworkBridgeFilterFactory. create(ConsumerInfo info, BrokerId[] remoteBrokerPath, int messageTTL, int consumerTTL)
-