Package | Description |
---|---|
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.proxy | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.auto | |
org.apache.activemq.transport.auto.nio | |
org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
org.apache.activemq.transport.failover |
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
|
org.apache.activemq.transport.fanout |
Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy
|
org.apache.activemq.transport.mock |
A mock implementation of the Transport layer useful for testing
|
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
org.apache.activemq.transport.nio | |
org.apache.activemq.transport.peer |
Peer based Transport implementation which does not require central servers to connect to
|
org.apache.activemq.transport.stomp |
An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different
languages like Ruby, Python, PHP, C etc.
|
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 |
---|---|
protected TransportServer |
SslBrokerService.createSslTransportServer(URI brokerURI,
KeyManager[] km,
TrustManager[] tm,
SecureRandom random)
Creates a TransportServer that uses the given key and trust managers.
|
protected TransportServer |
TransportConnector.createTransportServer() |
TransportServer |
TransportConnector.getServer() |
Modifier and Type | Method and Description |
---|---|
TransportConnector |
BrokerService.addConnector(TransportServer transport)
Adds a new transport connector for the given TransportServer transport
|
void |
TransportConnector.setServer(TransportServer server) |
Constructor and Description |
---|
TransportConnector(TransportServer server) |
Constructor and Description |
---|
ManagedTransportConnector(ManagementContext context,
ObjectName connectorName,
TransportServer server) |
Modifier and Type | Method and Description |
---|---|
protected TransportServer |
ProxyConnector.createServer() |
TransportServer |
ProxyConnector.getServer() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyConnector.setServer(TransportServer server) |
Modifier and Type | Class and Description |
---|---|
class |
TransportServerFilter |
class |
TransportServerSupport
A useful base class for implementations of
TransportServer |
class |
TransportServerThreadSupport
A useful base class for implementations of
TransportServer which uses
a background thread to accept new connections. |
Modifier and Type | Field and Description |
---|---|
protected TransportServer |
TransportServerFilter.next |
Modifier and Type | Method and Description |
---|---|
static TransportServer |
TransportFactorySupport.bind(BrokerService brokerService,
URI location) |
static TransportServer |
TransportFactory.bind(URI location) |
abstract TransportServer |
TransportFactory.doBind(URI location) |
Constructor and Description |
---|
TransportServerFilter(TransportServer next) |
Modifier and Type | Class and Description |
---|---|
class |
AutoSslTransportServer
An SSL TransportServer.
|
class |
AutoTcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Method and Description |
---|---|
TransportServer |
AutoSslTransportFactory.doBind(URI location)
Overriding to use SslTransportServer and allow for proper reflection.
|
TransportServer |
AutoTcpTransportFactory.doBind(URI location) |
Modifier and Type | Class and Description |
---|---|
class |
AutoNIOSSLTransportServer
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
TransportServer |
AutoNioSslTransportFactory.doBind(URI location) |
TransportServer |
AutoNioTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
DiscoveryTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
FailoverTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
FanoutTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
MockTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
MQTTNIOSSLTransportFactory.doBind(URI location) |
Modifier and Type | Class and Description |
---|---|
class |
NIOSSLTransportServer |
Modifier and Type | Method and Description |
---|---|
TransportServer |
NIOSSLTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
PeerTransportFactory.doBind(URI location) |
Modifier and Type | Method and Description |
---|---|
TransportServer |
StompNIOSSLTransportFactory.doBind(URI location) |
Modifier and Type | Class and Description |
---|---|
class |
SslTransportServer
An SSL TransportServer.
|
class |
TcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Method and Description |
---|---|
TransportServer |
SslTransportFactory.doBind(URI location)
Overriding to use SslTransportServer and allow for proper reflection.
|
TransportServer |
TcpTransportFactory.doBind(URI location) |
Modifier and Type | Class and Description |
---|---|
class |
UdpTransportServer
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransportServer |
UdpTransportFactory.doBind(URI location)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
VMTransportServer
Broker side of the VMTransport
|
Modifier and Type | Method and Description |
---|---|
TransportServer |
VMTransportFactory.doBind(URI location) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.