Class | Description |
---|---|
ConnectionFactory<T extends ConnectionFactory<T>> |
Defines a connection factory.
|
Connector<T extends Connector<T>> |
A connector can be used by a client to define how it connects to a server.
|
DiscoveryGroup<T extends DiscoveryGroup<T>> |
Multicast group to listen to receive broadcast from other servers announcing
their connectors.
|
ExternalJMSQueue<T extends ExternalJMSQueue<T>> |
Defines a JMS queue to a remote broker.
|
ExternalJMSTopic<T extends ExternalJMSTopic<T>> |
Defines a JMS topic to a remote broker.
|
HTTPConnector<T extends HTTPConnector<T>> |
Used by a remote client to define how it connects to a server over HTTP.
|
InVMConnector<T extends InVMConnector<T>> |
Used by an in-VM client to define how it connects to a server.
|
JMSBridge<T extends JMSBridge<T>> |
A JMS bridge instance.
|
PooledConnectionFactory<T extends PooledConnectionFactory<T>> |
Defines a managed connection factory.
|
RemoteConnector<T extends RemoteConnector<T>> |
Used by a remote client to define how it connects to a server.
|
Server<T extends Server<T>> |
An ActiveMQ server instance.
|
Server.ServerResources |
Child mutators for Server
|
Enum | Description |
---|---|
FactoryType | |
JMSBridge.QualityOfService | |
Server.JournalType |
Copyright © 2019 JBoss by Red Hat. All rights reserved.