From 1aaa23a9cbcce2ddd56ce1f54c7a8f6ef6c0cf6e Mon Sep 17 00:00:00 2001 From: Gary Cheung Date: Thu, 18 Sep 2025 10:25:45 -0700 Subject: [PATCH 1/3] fix definition list --- modules/ROOT/pages/index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index bc847637..494c99a4 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. @@ -355,4 +356,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] From 41a1a49437e923dc5d5f33a4bc532a83997ce409 Mon Sep 17 00:00:00 2001 From: Gary Cheung Date: Thu, 18 Sep 2025 10:32:33 -0700 Subject: [PATCH 2/3] fix more dl --- modules/ROOT/pages/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 494c99a4..2bb41ae0 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -66,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. + @@ -106,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. + From 11c7041912b35866464b75b239e1bc5cb04e16f2 Mon Sep 17 00:00:00 2001 From: Gary Cheung Date: Thu, 18 Sep 2025 10:39:32 -0700 Subject: [PATCH 3/3] fix dl --- modules/ROOT/pages/mq-glossary.adoc | 3 +++ 1 file changed, 3 insertions(+) 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. +