Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
+
Expand Down Expand Up @@ -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.
+
Expand Down Expand Up @@ -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]
* xref:access-management::audit-logging.adoc#to-query-audit-logging-for-anypoint-mq[Anypoint MQ Audit Logging]
3 changes: 3 additions & 0 deletions modules/ROOT/pages/mq-glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:page-aliases: mq-understanding.adoc

ACK/NACK::
+
Operations that specify:
+
--
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
+
Expand Down