Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.2.0
-
None
Description
http://activemq.apache.org/per-destination-policies.html says that the advisory messages available for a destination are
advisoryForConsumed
advisoryForDelivered
advisoryForDiscardedMessages
advisoryForSlowConsumers
advsioryForFastProducers
advisoryWhenFull
However, the page at http://activemq.apache.org/advisory-message.html says
advisoryForConsumed
advisoryForDelivery (different)
advisoryForDiscardingMessages (different)
advisoryForSlowConsumers
advisdoryForFastProducers (different)
advisoryWhenFull
The two pages should say the same thing (currently the 2nd page matches the code); and you should also consider changing the name of 'advisdoryForFastProducers' to be 'advisoryForFastProducers' in the code and the documentation to remove the typo.
Attachments
Attachments
Issue Links
- relates to
-
AMQ-3795 ActiveMQ standalone script not fully LSB compliant
- Closed