You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/mq.md
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: "MQ"
3
-
linkTitle: "MQ"
4
3
description: Get started with MQ on LocalStack
5
4
tags: ["Base"]
6
5
---
@@ -12,7 +11,7 @@ It facilitates the exchange of messages between various components of distribute
12
11
AWS MQ supports popular messaging protocols like MQTT, AMQP, and STOMP, making it suitable for a wide range of messaging use cases.
13
12
14
13
LocalStack allows you to use the MQ APIs to implement pub/sub messaging, request/response patterns, or distributed event-driven architectures in your local environment.
15
-
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_mq" >}}), which provides information on the extent of MQ integration with LocalStack.
14
+
The supported APIs are available on our [API Coverage Page](), which provides information on the extent of MQ integration with LocalStack.
16
15
17
16
## Getting started
18
17
@@ -26,8 +25,8 @@ We will demonstrate how to create an MQ broker and send a message to a sample qu
26
25
You can create a broker using the [`CreateBroker`](https://docs.aws.amazon.com/amazon-mq/latest/api-reference/brokers.html#brokerspost) API.
27
26
Run the following command to create a broker named `test-broker` with the following configuration:
You can use the [`DescribeBroker`](https://docs.aws.amazon.com/amazon-mq/latest/api-reference/brokers.html#brokersget) API to get more detailed information about the broker.
50
52
Run the following command to get information about the broker we created above:
The LocalStack Web Application provides a Resource Browser for managing MQ brokers.
91
96
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resource Browser** section, and then clicking on **MQ** under the **App Integration** section.
0 commit comments