| 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.