This is an automated email from the ASF dual-hosted git repository.

mattrpav pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b93b4ef  [AMQ-8118] Fix exclusive-consumer link from 
per-destination-policies page
     new cbf5b89  Merge pull request #44 from mattrpav/AMQ-8118
b93b4ef is described below

commit b93b4ef8f136fee52a7505145d70a9f56efb91cf
Author: Matt Pavlovich <[email protected]>
AuthorDate: Thu Feb 25 18:17:52 2021 -0600

    [AMQ-8118] Fix exclusive-consumer link from per-destination-policies page
---
 src/per-destination-policies.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/per-destination-policies.md b/src/per-destination-policies.md
index 79e7748..9c8d02f 100644
--- a/src/per-destination-policies.md
+++ b/src/per-destination-policies.md
@@ -40,7 +40,7 @@ The following properties can be applied _only_ to a queue:
 
 Queue Only Property|Default|Description
 ---|---|---
-`allConsumersExclusiveByDefault`|`false`|When `true` all consumers will be 
exclusive. See [ActiveMQ Exclusive Consumers](activemq-exclusive-consumers)
+`allConsumersExclusiveByDefault`|`false`|When `true` all consumers will be 
exclusive. See [ActiveMQ Exclusive Consumers](exclusive-consumer)
 `cursorMemoryHighWaterMark`|`70`|The percentage (%) threshold applied either 
to the `<systemUsage>/<memoryUsage>` or the destination's `memoryLimit` (when 
defined) which when exceeded will cause the destination's cursor to either 
block or write to disk.
 `consumersBeforeDispatchStarts`|`0`|When the first consumer connects, wait for 
specified number of consumers before message dispatching starts.
 `expireMessagesPeriod`|`30000`|The period (in ms) of checks for message expiry 
on queued messages. A value of `0` will disable expiration checking.
@@ -125,4 +125,4 @@ An example from the demos 
[https://git-wip-us.apache.org/repos/asf?p=activemq.g
     </destinationPolicy>
   </broker>
 </beans>
-```
\ No newline at end of file
+```

Reply via email to