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.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.broker.util |
Some utility Broker Plugins
|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.state | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
org.apache.activemq.transport.vm |
In-JVM based Transport implementation.
|
Modifier and Type | Method and Description |
---|---|
BrokerInfo |
ActiveMQConnection.getBrokerInfo()
Returns the broker information if it is available or null if it is not
available yet.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<BrokerInfo,ActiveMQMessage> |
AdvisoryBroker.networkBridges |
Modifier and Type | Method and Description |
---|---|
void |
AdvisoryBroker.networkBridgeStarted(BrokerInfo brokerInfo,
boolean createdByDuplex,
String remoteIp) |
void |
AdvisoryBroker.networkBridgeStopped(BrokerInfo brokerInfo) |
Modifier and Type | Field and Description |
---|---|
protected BrokerInfo |
TransportConnection.brokerInfo |
Modifier and Type | Method and Description |
---|---|
BrokerInfo |
TransportConnector.getBrokerInfo() |
BrokerInfo |
Connector.getBrokerInfo() |
BrokerInfo[] |
MutableBrokerFilter.getPeerBrokerInfos() |
BrokerInfo[] |
ErrorBroker.getPeerBrokerInfos() |
BrokerInfo[] |
EmptyBroker.getPeerBrokerInfos() |
BrokerInfo[] |
BrokerFilter.getPeerBrokerInfos() |
BrokerInfo[] |
Broker.getPeerBrokerInfos()
Get the BrokerInfo's of any connected Brokers
|
Modifier and Type | Method and Description |
---|---|
void |
MutableBrokerFilter.addBroker(Connection connection,
BrokerInfo info) |
void |
ErrorBroker.addBroker(Connection connection,
BrokerInfo info) |
void |
EmptyBroker.addBroker(Connection connection,
BrokerInfo info) |
void |
BrokerFilter.addBroker(Connection connection,
BrokerInfo info) |
void |
Broker.addBroker(Connection connection,
BrokerInfo info)
A remote Broker connects
|
void |
BrokerBroadcaster.addBroker(Connection connection,
BrokerInfo info) |
void |
TransportConnector.addPeerBroker(BrokerInfo info) |
void |
MutableBrokerFilter.networkBridgeStarted(BrokerInfo brokerInfo,
boolean createdByDuplex,
String remoteIp) |
void |
ErrorBroker.networkBridgeStarted(BrokerInfo brokerInfo,
boolean createdByDuplex,
String remoteIp) |
void |
EmptyBroker.networkBridgeStarted(BrokerInfo brokerInfo,
boolean createdByDuplex,
String remoteIp) |
void |
BrokerFilter.networkBridgeStarted(BrokerInfo brokerInfo,
boolean createdByDuplex,
String remoteIp) |
void |
Broker.networkBridgeStarted(BrokerInfo brokerInfo,
boolean createdByDuplex,
String remoteIp) |
void |
MutableBrokerFilter.networkBridgeStopped(BrokerInfo brokerInfo) |
void |
ErrorBroker.networkBridgeStopped(BrokerInfo brokerInfo) |
void |
EmptyBroker.networkBridgeStopped(BrokerInfo brokerInfo) |
void |
BrokerFilter.networkBridgeStopped(BrokerInfo brokerInfo) |
void |
Broker.networkBridgeStopped(BrokerInfo brokerInfo) |
Response |
TransportConnection.processBrokerInfo(BrokerInfo info) |
void |
MutableBrokerFilter.removeBroker(Connection connection,
BrokerInfo info) |
void |
ErrorBroker.removeBroker(Connection connection,
BrokerInfo info) |
void |
EmptyBroker.removeBroker(Connection connection,
BrokerInfo info) |
void |
BrokerFilter.removeBroker(Connection connection,
BrokerInfo info) |
void |
Broker.removeBroker(Connection connection,
BrokerInfo info)
Remove a BrokerInfo
|
void |
TransportConnector.removePeerBroker(BrokerInfo info) |
void |
TransportConnector.setBrokerInfo(BrokerInfo brokerInfo) |
Modifier and Type | Method and Description |
---|---|
BrokerInfo |
ConnectorView.getBrokerInfo() |
Modifier and Type | Method and Description |
---|---|
BrokerInfo[] |
RegionBroker.getPeerBrokerInfos() |
Modifier and Type | Method and Description |
---|---|
void |
RegionBroker.addBroker(Connection connection,
BrokerInfo info) |
protected void |
RegionBroker.addBrokerInClusterUpdate(BrokerInfo info) |
void |
RegionBroker.removeBroker(Connection connection,
BrokerInfo info) |
protected void |
RegionBroker.removeBrokerInClusterUpdate(BrokerInfo info) |
Modifier and Type | Method and Description |
---|---|
BrokerInfo[] |
LoggingBrokerPlugin.getPeerBrokerInfos() |
Modifier and Type | Method and Description |
---|---|
void |
LoggingBrokerPlugin.addBroker(Connection connection,
BrokerInfo info) |
void |
LoggingBrokerPlugin.removeBroker(Connection connection,
BrokerInfo info) |
Modifier and Type | Method and Description |
---|---|
BrokerInfo |
BrokerInfo.copy() |
BrokerInfo |
Endpoint.getBrokerInfo()
Returns the broker information for this endpoint, if the endpoint is a
broker or null
|
BrokerInfo |
BaseEndpoint.getBrokerInfo()
Returns the broker information for this endpoint, if the endpoint is a
broker or null
|
BrokerInfo[] |
BrokerInfo.getPeerBrokerInfos() |
Modifier and Type | Method and Description |
---|---|
void |
Endpoint.setBrokerInfo(BrokerInfo brokerInfo) |
void |
BaseEndpoint.setBrokerInfo(BrokerInfo brokerInfo) |
void |
BrokerInfo.setPeerBrokerInfos(BrokerInfo[] peerBrokerInfos) |
Modifier and Type | Method and Description |
---|---|
void |
DemandForwardingBridgeSupport.duplexStart(TransportConnection connection,
BrokerInfo localBrokerInfo,
BrokerInfo remoteBrokerInfo) |
Modifier and Type | Method and Description |
---|---|
Response |
CommandVisitor.processBrokerInfo(BrokerInfo info) |
Response |
CommandVisitorAdapter.processBrokerInfo(BrokerInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
TransportServer.setBrokerInfo(BrokerInfo brokerInfo)
Associates a broker info with the transport server so that the transport
can do discovery advertisements of the broker.
|
void |
TransportServerFilter.setBrokerInfo(BrokerInfo brokerInfo) |
Modifier and Type | Method and Description |
---|---|
void |
TcpTransportServer.setBrokerInfo(BrokerInfo brokerInfo)
Associates a broker info with the transport server so that the transport can do discovery advertisements of the
broker.
|
Modifier and Type | Method and Description |
---|---|
void |
UdpTransportServer.setBrokerInfo(BrokerInfo brokerInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VMTransportServer.setBrokerInfo(BrokerInfo brokerInfo) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.