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 BrokerId
Broker. getBrokerId()
Get the id of the brokerBrokerId
BrokerFilter. getBrokerId()
BrokerId
EmptyBroker. getBrokerId()
BrokerId
ErrorBroker. 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 BrokerId
RegionBroker. getBrokerId()
Methods in org.apache.activemq.broker.region with parameters of type BrokerId Modifier and Type Method Description void
RegionBroker. 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 BrokerId
UDPTraceBrokerPlugin. 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. brokerPath
protected BrokerId[]
ConsumerInfo. brokerPath
protected BrokerId[]
DestinationInfo. brokerPath
protected BrokerId[]
ProducerInfo. brokerPath
protected BrokerId
NetworkBridgeFilter. networkBrokerId
Methods in org.apache.activemq.command that return BrokerId Modifier and Type Method Description BrokerId
BaseEndpoint. getBrokerId()
Returns the broker ID for this endpoint, if the endpoint is a broker or nullBrokerId
BrokerInfo. getBrokerId()
BrokerId
BrokerSubscriptionInfo. getBrokerId()
BrokerId
Endpoint. 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.BrokerId
NetworkBridgeFilter. getNetworkBrokerId()
Methods in org.apache.activemq.command with parameters of type BrokerId Modifier and Type Method Description static boolean
NetworkBridgeFilter. contains(BrokerId[] brokerPath, BrokerId brokerId)
void
BrokerInfo. setBrokerId(BrokerId brokerId)
void
BrokerSubscriptionInfo. setBrokerId(BrokerId brokerId)
void
ConnectionInfo. setBrokerPath(BrokerId[] brokerPath)
void
ConsumerInfo. setBrokerPath(BrokerId[] brokerPath)
void
DestinationInfo. setBrokerPath(BrokerId[] brokerPath)
void
Message. setBrokerPath(BrokerId[] brokerPath)
void
ProducerInfo. setBrokerPath(BrokerId[] brokerPath)
void
Message. setCluster(BrokerId[] cluster)
void
NetworkBridgeFilter. 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 BrokerId
DemandForwardingBridgeSupport. localBrokerId
protected BrokerId[]
DemandForwardingBridgeSupport. localBrokerPath
protected BrokerId
DemandForwardingBridgeSupport. remoteBrokerId
protected BrokerId[]
DemandForwardingBridgeSupport. remoteBrokerPath
Methods 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 void
DemandForwardingBridgeSupport. 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 boolean
DemandForwardingBridgeSupport. contains(BrokerId[] brokerPath, BrokerId brokerId)
NetworkBridgeFilter
ConditionalNetworkBridgeFilterFactory. create(ConsumerInfo info, BrokerId[] remoteBrokerPath, int messageTTL, int consumerTTL)
NetworkBridgeFilter
DefaultNetworkBridgeFilterFactory. create(ConsumerInfo info, BrokerId[] remoteBrokerPath, int messageTTL, int consumerTTL)
NetworkBridgeFilter
NetworkBridgeFilterFactory. create(ConsumerInfo info, BrokerId[] remoteBrokerPath, int messageTTL, int consumerTTL)
-