doc fixes
This commit is contained in:
parent
3bd35d8d1f
commit
51f092537a
|
@ -3,7 +3,7 @@
|
||||||
* [Introduction](README.md)
|
* [Introduction](README.md)
|
||||||
* [Legal Notice](notice.md)
|
* [Legal Notice](notice.md)
|
||||||
* [Preface](preface.md)
|
* [Preface](preface.md)
|
||||||
* [Project Info](project-info/project-info.md)
|
* [Project Info](project-info.md)
|
||||||
* [Messaging Concepts](messaging-concepts.md)
|
* [Messaging Concepts](messaging-concepts.md)
|
||||||
* [Architecture](architecture.md)
|
* [Architecture](architecture.md)
|
||||||
* [Using the Server](using-server.md)
|
* [Using the Server](using-server.md)
|
||||||
|
|
|
@ -270,7 +270,7 @@ the maximum desired message consumption rate specified in units of
|
||||||
messages per second. Setting this to `-1` disables rate limited flow
|
messages per second. Setting this to `-1` disables rate limited flow
|
||||||
control. The default value is `-1`.
|
control. The default value is `-1`.
|
||||||
|
|
||||||
Please see the ? for a working example of limiting producer rate.
|
Please see [the examples chapter](examples.md) for a working example of limiting producer rate.
|
||||||
|
|
||||||
#### Using Core API
|
#### Using Core API
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ Apache ActiveMQ supports two different strategies for backing up a server
|
||||||
<ha-policy>
|
<ha-policy>
|
||||||
<replication/>
|
<replication/>
|
||||||
</ha-policy>
|
</ha-policy>
|
||||||
|
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
|
|
|
@ -77,5 +77,5 @@ and invoked.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
See the examples for an example which shows how to use interceptors to add
|
See [the examples chapter](examples.md) for an example which shows how to use interceptors to add
|
||||||
properties to a message on the server.
|
properties to a message on the server.
|
||||||
|
|
|
@ -245,10 +245,9 @@ transactions). These resources are:
|
||||||
|
|
||||||
They can be started or stopped using the `start()` or. `stop()`
|
They can be started or stopped using the `start()` or. `stop()`
|
||||||
method on the `AcceptorControl` class (with the ObjectName
|
method on the `AcceptorControl` class (with the ObjectName
|
||||||
`org.apache.activemq:module=Core,type=Acceptor,name="<the acceptor
|
`org.apache.activemq:module=Core,type=Acceptor,name="<the acceptor name>"`
|
||||||
name>"` or the resource name
|
or the resource name
|
||||||
`core.acceptor.<the
|
`core.acceptor.<the address name>`). The acceptors parameters
|
||||||
address name>`). The acceptors parameters
|
|
||||||
can be retrieved using the `AcceptorControl` attributes (see [Understanding Acceptors](configuring-transports.md))
|
can be retrieved using the `AcceptorControl` attributes (see [Understanding Acceptors](configuring-transports.md))
|
||||||
|
|
||||||
- Diverts
|
- Diverts
|
||||||
|
@ -264,18 +263,16 @@ transactions). These resources are:
|
||||||
|
|
||||||
They can be started or stopped using the `start()` (resp. `stop()`)
|
They can be started or stopped using the `start()` (resp. `stop()`)
|
||||||
method on the `BridgeControl` class (with the ObjectName
|
method on the `BridgeControl` class (with the ObjectName
|
||||||
`org.apache.activemq:module=Core,type=Bridge,name="<the bridge
|
`org.apache.activemq:module=Core,type=Bridge,name="<the bridge name>"`
|
||||||
name>"` or the resource name
|
or the resource name
|
||||||
`core.bridge.<the bridge
|
`core.bridge.<the bridge name>`). Bridges parameters can be retrieved
|
||||||
name>`). Bridges parameters can be retrieved
|
|
||||||
using the `BridgeControl` attributes (see [Core bridges](core-bridges.md))
|
using the `BridgeControl` attributes (see [Core bridges](core-bridges.md))
|
||||||
|
|
||||||
- Broadcast groups
|
- Broadcast groups
|
||||||
|
|
||||||
They can be started or stopped using the `start()` or `stop()`
|
They can be started or stopped using the `start()` or `stop()`
|
||||||
method on the `BroadcastGroupControl` class (with the ObjectName
|
method on the `BroadcastGroupControl` class (with the ObjectName
|
||||||
`org.apache.activemq:module=Core,type=BroadcastGroup,name="<the broadcast group
|
`org.apache.activemq:module=Core,type=BroadcastGroup,name="<the broadcast group name>"` or the resource name
|
||||||
name>"` or the resource name
|
|
||||||
`core.broadcastgroup.<the broadcast group name>`). Broadcast groups
|
`core.broadcastgroup.<the broadcast group name>`). Broadcast groups
|
||||||
parameters can be retrieved using the `BroadcastGroupControl`
|
parameters can be retrieved using the `BroadcastGroupControl`
|
||||||
attributes (see [Clusters](clusters.md))
|
attributes (see [Clusters](clusters.md))
|
||||||
|
@ -284,10 +281,8 @@ transactions). These resources are:
|
||||||
|
|
||||||
They can be started or stopped using the `start()` or `stop()`
|
They can be started or stopped using the `start()` or `stop()`
|
||||||
method on the `DiscoveryGroupControl` class (with the ObjectName
|
method on the `DiscoveryGroupControl` class (with the ObjectName
|
||||||
`org.apache.activemq:module=Core,type=DiscoveryGroup,name="<the discovery group
|
`org.apache.activemq:module=Core,type=DiscoveryGroup,name="<the discovery group name>"` or the resource name
|
||||||
name>"` or the resource name
|
`core.discovery.<the discovery group name>`). Discovery groups
|
||||||
`core.discovery.<the
|
|
||||||
discovery group name>`). Discovery groups
|
|
||||||
parameters can be retrieved using the `DiscoveryGroupControl`
|
parameters can be retrieved using the `DiscoveryGroupControl`
|
||||||
attributes (see [Clusters](clusters.md))
|
attributes (see [Clusters](clusters.md))
|
||||||
|
|
||||||
|
@ -295,8 +290,7 @@ transactions). These resources are:
|
||||||
|
|
||||||
They can be started or stopped using the `start()` or `stop()`
|
They can be started or stopped using the `start()` or `stop()`
|
||||||
method on the `ClusterConnectionControl` class (with the ObjectName
|
method on the `ClusterConnectionControl` class (with the ObjectName
|
||||||
`org.apache.activemq:module=Core,type=ClusterConnection,name="<the cluster
|
`org.apache.activemq:module=Core,type=ClusterConnection,name="<the cluster connection name>"` or the resource name
|
||||||
connection name>"` or the resource name
|
|
||||||
`core.clusterconnection.<the cluster connection name>`). Cluster
|
`core.clusterconnection.<the cluster connection name>`). Cluster
|
||||||
connections parameters can be retrieved using the
|
connections parameters can be retrieved using the
|
||||||
`ClusterConnectionControl` attributes (see [Clusters](clusters.md))
|
`ClusterConnectionControl` attributes (see [Clusters](clusters.md))
|
||||||
|
|
Loading…
Reference in New Issue