| Class | Description |
|---|---|
| Acceptor |
An acceptor defines a way in which connections can be made to the ActiveMQ server.
|
| AddressSetting |
An address setting defines some attributes that are defined against an address wildcard rather than a specific queue.
|
| BindingsDirectoryPath |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| 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 |
A broadcast group is the means by which a server broadcasts connectors over the network.
|
| ClusterConnection |
Cluster connections group servers into clusters so that messages can be load balanced between the nodes of the cluster.
|
| ConnectionFactory |
Defines a connection factory.
|
| Connector |
A connector can be used by a client to define how it connects to a server.
|
| ConnectorService |
TODO
|
| CoreAddress |
A runtime-only resource representing a ActiveMQ "address".
|
| DiscoveryGroup |
Multicast group to listen to receive broadcast from other servers announcing their connectors.
|
| 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 |
Makes decisions about which node in a cluster should handle a message with a group id assigned.
|
| HttpAcceptor |
Defines a way in which remote connections can be made to the ActiveMQ server over HTTP.
|
| HttpConnector |
Used by a remote client to define how it connects to a server over HTTP.
|
| InVmAcceptor |
Defines a way in which in-VM connections can be made to the ActiveMQ server.
|
| InVmConnector |
Used by an in-VM client to define how it connects to a server.
|
| JmsQueue |
Defines a JMS queue.
|
| JmsTopic |
Defines a JMS topic.
|
| JournalDirectoryPath |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| LargeMessagesDirectoryPath |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| LegacyConnectionFactory |
Defines a connection factory.
|
| 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 |
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
| PooledConnectionFactory |
Defines a managed connection factory.
|
| Queue |
A Queue.
|
| RemoteAcceptor |
Defines a way in which remote connections can be made to the ActiveMQ server.
|
| RemoteConnector |
Used by a remote client to define how it connects to a server.
|
| 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 |
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 |
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 |
A security role.
|
| RuntimeQueue |
A Queue.
|
| SecuritySetting |
A security setting allows sets of permissions to be defined against queues based on their address.
|
| 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 |
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 |
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.