| Class | Description |
|---|---|
| Acceptor<T extends Acceptor> |
An acceptor defines a way in which connections can be made to the ActiveMQ server.
|
| AddressSetting<T extends AddressSetting> |
An address setting defines some attributes that are defined against an address wildcard rather than a specific queue.
|
| BindingsDirectoryPath<T extends BindingsDirectoryPath> |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| Bridge<T extends Bridge> |
The function of a bridge is to consume messages from a source queue, and forward them to a target address, typically on a different ActiveMQ server.
|
| BroadcastGroup<T extends BroadcastGroup> |
A broadcast group is the means by which a server broadcasts connectors over the network.
|
| ClusterConnection<T extends ClusterConnection> |
Cluster connections group servers into clusters so that messages can be load balanced between the nodes of the cluster.
|
| ConnectionFactory<T extends ConnectionFactory> |
Defines a connection factory.
|
| Connector<T extends Connector> |
A connector can be used by a client to define how it connects to a server.
|
| ConnectorService<T extends ConnectorService> |
TODO
|
| CoreAddress<T extends CoreAddress> |
A runtime-only resource representing a ActiveMQ "address".
|
| DiscoveryGroup<T extends DiscoveryGroup> |
Multicast group to listen to receive broadcast from other servers announcing their connectors.
|
| Divert<T extends Divert> |
A messaging resource that allows you to transparently divert messages routed to one address to some other address, without making any changes to any client application logic.
|
| GroupingHandler<T extends GroupingHandler> |
Makes decisions about which node in a cluster should handle a message with a group id assigned.
|
| HttpAcceptor<T extends HttpAcceptor> |
Defines a way in which remote connections can be made to the ActiveMQ server over HTTP.
|
| HttpConnector<T extends HttpConnector> |
Used by a remote client to define how it connects to a server over HTTP.
|
| InVmAcceptor<T extends InVmAcceptor> |
Defines a way in which in-VM connections can be made to the ActiveMQ server.
|
| InVmConnector<T extends InVmConnector> |
Used by an in-VM client to define how it connects to a server.
|
| JmsQueue<T extends JmsQueue> |
Defines a JMS queue.
|
| JmsTopic<T extends JmsTopic> |
Defines a JMS topic.
|
| JournalDirectoryPath<T extends JournalDirectoryPath> |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| LargeMessagesDirectoryPath<T extends LargeMessagesDirectoryPath> |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| LegacyConnectionFactory<T extends LegacyConnectionFactory> |
Defines a connection factory.
|
| LiveOnlyHaPolicy<T extends LiveOnlyHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| PagingDirectoryPath<T extends PagingDirectoryPath> |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| PooledConnectionFactory<T extends PooledConnectionFactory> |
Defines a managed connection factory.
|
| Queue<T extends Queue> |
A Queue.
|
| RemoteAcceptor<T extends RemoteAcceptor> |
Defines a way in which remote connections can be made to the ActiveMQ server.
|
| RemoteConnector<T extends RemoteConnector> |
Used by a remote client to define how it connects to a server.
|
| ReplicationColocatedHaPolicy<T extends ReplicationColocatedHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| ReplicationMasterHaPolicy<T extends ReplicationMasterHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| ReplicationSlaveHaPolicy<T extends ReplicationSlaveHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| Role<T extends Role> |
A security role.
|
| RuntimeQueue<T extends RuntimeQueue> |
A Queue.
|
| SecuritySetting<T extends SecuritySetting> |
A security setting allows sets of permissions to be defined against queues based on their address.
|
| SharedStoreColocatedHaPolicy<T extends SharedStoreColocatedHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| SharedStoreMasterHaPolicy<T extends SharedStoreMasterHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
| SharedStoreSlaveHaPolicy<T extends SharedStoreSlaveHaPolicy> |
A messaging resource that allows you to configure High Availability for the ActiveMQ server (the value of ha-policy can be live-only, replication-master, replication-slave, or replication-colocated).
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.