diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index bc847637..2bb41ae0 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -48,6 +48,7 @@ For information, see xref:mq-access-management.adoc[]. Anypoint MQ includes these features: Queues and Message Exchanges:: ++ Send messages to queues and pull messages from queues. Use a message exchange to send messages to multiple standard queues simultaneously or route messages to specific queues by using intelligent message routing rules. @@ -65,6 +66,7 @@ Send and receive messages from any Mule app, whether it's deployed in CloudHub o + For information, see xref:mq-connectors.adoc[]. Usage Information:: ++ View the current and past months' usage, including the total number of messages and API requests. Organization administrators and owners access this information from the *Access Management* page. + @@ -105,6 +107,7 @@ For information, see xref:mq-failover.adoc[]. [[usage-statistics]] Usage Statistics:: ++ View a usage statistics chart so that you can manage peak usage and subscription parameters. The chart provides current and past usage, including consumed data, API requests, and the total number of messages received. + @@ -355,4 +358,4 @@ For information, see xref:mq-apis.adoc#mq-stats-api[Anypoint MQ Stats API]. * xref:mq-connectors.adoc[] * xref:mq-faq.adoc[] * xref:mq-release-notes.adoc[] -* xref:access-management::audit-logging.adoc#to-query-audit-logging-for-anypoint-mq[Anypoint MQ Audit Logging] \ No newline at end of file +* xref:access-management::audit-logging.adoc#to-query-audit-logging-for-anypoint-mq[Anypoint MQ Audit Logging] diff --git a/modules/ROOT/pages/mq-glossary.adoc b/modules/ROOT/pages/mq-glossary.adoc index 67c56cd5..ba4a4e9b 100644 --- a/modules/ROOT/pages/mq-glossary.adoc +++ b/modules/ROOT/pages/mq-glossary.adoc @@ -2,6 +2,7 @@ :page-aliases: mq-understanding.adoc ACK/NACK:: ++ Operations that specify: + -- @@ -30,6 +31,7 @@ The period that a message remains unacknowledged before being returned to the qu [[delay-queue]] Delay Queue:: ++ A queue that postpones delivery of new messages for a specified period. + Consumers can't see messages sent to a delay queue for the delay duration. @@ -74,6 +76,7 @@ include::partial$mq-faq.adoc[tag=faqEncryptionQandEx] [[failover]] Failover:: ++ A feature that, when enabled for standard queues, assigns a fallback queue in a fallback region. If an application can't reach the Anypoint MQ server in the primary region, the connector automatically diverts message processing to the fallback region. +