AWS amazon-mq documentation change
Summary
Added documentation for JMS Topic Exchange plugin support in RabbitMQ 4+
Security assessment
Documents new JMS functionality without security implications. Plugin activation is feature-driven, not security-related.
Diff
diff --git a/amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md b/amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md index 93e7e3984..09d7610b5 100644 --- a//amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md +++ b//amazon-mq/latest/developer-guide/rabbitmq-basic-elements-plugins.md @@ -5 +5 @@ -RabbitMQ management pluginShovel pluginFederation pluginConsistent Hash exchange pluginOAuth 2.0 pluginLDAP pluginHTTP pluginSSL certificate pluginaws plugin +RabbitMQ management pluginShovel pluginFederation pluginConsistent Hash exchange pluginOAuth 2.0 pluginLDAP pluginHTTP pluginSSL certificate pluginaws pluginJMS Topic Exchange plugin @@ -28,0 +29,2 @@ Amazon MQ for RabbitMQ also supports the following plugins. + * JMS Topic Exchange plugin + @@ -125,0 +128,8 @@ The [aws plugin](https://github.com/rabbitmq/rabbitmq-aws) is conditionally enab +## JMS Topic Exchange plugin + +The [JMS Topic Exchange Plugin](https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/rabbitmq_jms_topic_exchange) is always enabled by Amazon MQ for RabbitMQ. It works with [RabbitMQ JMS client](https://github.com/rabbitmq/rabbitmq-jms-client) to allow new and existing JMS applications to connect to Amazon MQ for RabbitMQ. + +###### Note + +The JMS Topic Exchange plugin is only available for Amazon MQ for RabbitMQ version 4 and above. It is enabled by default but only activates when the RabbitMQ JMS client is used to run JMS workloads. +