Anypoint MQ
Anypoint MQ is a multitenant, cloud-based managed queuing service provided by MuleSoft for exchanging data between your applications asynchronously. The Anypoint MQ broker allows an application to publish the message to the queue so that another application can consume the message from the queue. Anypoint MQ is fully integrated with the Anypoint platform, offering access control, client management, and connectors.
Mule applications can use Anypoint MQ Connector to publish and consume messages from the queue, whereas non-Mule applications can use Anypoint MQ REST APIs for publishing and consuming messages from the queues.
Message exchanges and queues
Message queues are temporary storage where publishers can publish messages and consumers can consume messages. Message queues enable reliable and scalable communication between multiple applications.
Figure 7.10 - Anypoint MQ (queue)
Message exchanges allow you to bind multiple queues to...