Skip to content

Commit 9ce9170

Browse files
Update Apache MQ docs (#213)
Co-authored-by: Quetzalli <[email protected]>
1 parent 2f11f8f commit 9ce9170

File tree

1 file changed

+5
-4
lines changed
  • src/content/docs/aws/services

1 file changed

+5
-4
lines changed

src/content/docs/aws/services/mq.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ awslocal mq create-broker \
3232
--broker-name test-broker \
3333
--deployment-mode SINGLE_INSTANCE \
3434
--engine-type ACTIVEMQ \
35-
--engine-version='5.16.6' \
36-
--host-instance-type 'mq.t2.micro' \
35+
--engine-version='5.18' \
36+
--host-instance-type 'mq.t3.micro' \
3737
--auto-minor-version-upgrade \
3838
--publicly-accessible \
3939
--users='{"ConsoleAccess": true, "Groups": ["testgroup"],"Password": "QXwV*$iUM9USHnVv&!^7s3c@", "Username": "admin"}'
@@ -73,7 +73,7 @@ awslocal mq describe-broker --broker-id b-f503abb7-66bc-47fb-b1a9-8d8c51ef6545
7373
"Created": "2022-10-17T07:14:21.065527Z",
7474
"DeploymentMode": "SINGLE_INSTANCE",
7575
"EngineType": "ACTIVEMQ",
76-
"HostInstanceType": "mq.t2.micro",
76+
"HostInstanceType": "mq.t3.micro",
7777
"Tags": {}
7878
}
7979
```
@@ -110,7 +110,8 @@ The following code snippets and sample applications provide practical examples o
110110

111111
Currently, our MQ emulation offers only fundamental capabilities, and it comes with certain limitations:
112112

113-
- **ActiveMQ Version Limitation:** Presently, only ActiveMQ version 5.16.6 is supported.
113+
- **ActiveMQ Version Limitation:** LocalStack pins Apache MQ 5.18 to the patched version 5.18.7.
114+
Since June 2025, [5.18 is the only supported version on AWS](https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/activemq-version-management.html).
114115
RabbitMQ is not supported at this time.
115116
- **IAM User Management:** IAM Users are not actively enforced, although they are necessary for making correct calls within the system.
116117
- **Configuration Enforcement:** While it is feasible to create configurations, they are not actively enforced within the broker.

0 commit comments

Comments
 (0)