| Package | Description |
|---|---|
| org.apache.activemq.broker.util |
Some utility Broker Plugins
|
| org.apache.activemq.openwire | |
| org.apache.activemq.transport |
The core Transport abstraction and support classes
|
| org.apache.activemq.transport.amqp |
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
|
| org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
| 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.xstream |
| Modifier and Type | Field and Description |
|---|---|
protected WireFormatFactory |
UDPTraceBrokerPlugin.wireFormatFactory |
| Modifier and Type | Method and Description |
|---|---|
WireFormatFactory |
UDPTraceBrokerPlugin.getWireFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
UDPTraceBrokerPlugin.setWireFormatFactory(WireFormatFactory wireFormatFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenWireFormatFactory |
| Modifier and Type | Method and Description |
|---|---|
protected WireFormatFactory |
TransportFactory.createWireFormatFactory(Map<String,String> options) |
| Modifier and Type | Class and Description |
|---|---|
class |
AmqpWireFormatFactory
Creates the default AMQP WireFormat object used to configure the protocol support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MQTTWireFormatFactory
Creates WireFormat objects that marshalls the Stomp protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StompWireFormatFactory
Creates WireFormat objects that marshalls the Stomp protocol.
|
| Modifier and Type | Field and Description |
|---|---|
protected WireFormatFactory |
TcpTransportServer.wireFormatFactory |
| Modifier and Type | Method and Description |
|---|---|
WireFormatFactory |
TcpTransportServer.getWireFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpTransportServer.setWireFormatFactory(WireFormatFactory wireFormatFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
XStreamWireFormatFactory |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.