You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2021/02/26 00:05:37 UTC

[activemq-website] branch master updated: [AMQ-8044] Fix type-o for 'advisdoryForFastProducers' -> 'advisoryForFastProducers'

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 90342e3  [AMQ-8044] Fix type-o for 'advisdoryForFastProducers' -> 'advisoryForFastProducers'
     new ea1cfaa  Merge pull request #43 from mattrpav/AMQ-8044
90342e3 is described below

commit 90342e34460021bfda4eafb99451b13ae08ddc48
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Thu Feb 25 18:02:56 2021 -0600

    [AMQ-8044] Fix type-o for 'advisdoryForFastProducers' -> 'advisoryForFastProducers'
---
 src/advisory-message.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/advisory-message.md b/src/advisory-message.md
index 7019e6a..7abd7b6 100644
--- a/src/advisory-message.md
+++ b/src/advisory-message.md
@@ -92,8 +92,8 @@ Advisory Topics|Description|Properties|Data Structure|Default|PolicyEntry Proper
 ---|---|---|---|---|---
 `ActiveMQ.Advisory.SlowConsumer.Queue`|Slow Queue Consumer.|`String='consumerId'` - the consumer id|`ConsumerInfo`|`false`|`advisoryForSlowConsumers`
 `ActiveMQ.Advisory.SlowConsumer.Topic`|Slow Topic Consumer.|`String='consumerId'` - the consumer id|`ConsumerInfo`|`false`|`advisoryForSlowConsumers`
-`ActiveMQ.Advisory.FastProducer.Queue`|Fast Queue producer.|`String='producerId'` - the producer id|`ProducerInfo`|`false`|`advisdoryForFastProducers`
-`ActiveMQ.Advisory. FastProducer.Topic`|Fast Topic producer.|`String='consumerId'`' - the producer id|`ProducerInfo`|`false`|`advisdoryForFastProducers`
+`ActiveMQ.Advisory.FastProducer.Queue`|Fast Queue producer.|`String='producerId'` - the producer id|`ProducerInfo`|`false`|`advisoryForFastProducers`
+`ActiveMQ.Advisory.FastProducer.Topic`|Fast Topic producer.|`String='consumerId'`' - the producer id|`ProducerInfo`|`false`|`advisoryForFastProducers`
 `ActiveMQ.Advisory.MessageDiscarded.Queue`|Message discarded.|`String='orignalMessageId'` - the discarded id|`Message`|`false`|`advisoryForDiscardingMessages`
 `ActiveMQ.Advisory.MessageDiscarded.Topic`|Message discarded.|`String='orignalMessageId'` - the discarded id|`Message`|`false`|`advisoryForDiscardingMessages`
 `ActiveMQ.Advisory.MessageDelivered.Queue`|Message delivered to the broker.|`String='orignalMessageId'` - the delivered id|`Message`|`false`|`advisoryForDelivery`