

# Related resources
<a name="amazon-mq-related-resources"></a>

## Amazon MQ resources
<a name="amazon-mq-resources"></a>

The following table lists useful resources for working with Amazon MQ.


| Resource | Description | 
| --- | --- | 
| [Amazon MQ REST API Reference](https://docs.amazonaws.cn/amazon-mq/latest/api-reference/)  | Descriptions of REST resources, example requests, HTTP methods, schemas, parameters, and the errors that the service returns.  | 
| [Amazon MQ in the *Amazon CLI Command Reference*](https://docs.amazonaws.cn/cli/latest/reference/mq/index.html) | Descriptions of the Amazon CLI commands that you can use to work with message brokers. | 
| [Amazon MQ in the *Amazon CloudFormation User Guide*](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/cfn-supported-resources.html#cfn-supported-resources-application-services) | The [https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-broker.html) resource lets you create Amazon MQ brokers, add configuration changes or modify users for the specified broker, return information about the specified broker, and delete the specified broker.The [https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html) resource lets you create Amazon MQ configurations, add configuration changes or modify users, and return information about the specified configuration. | 
| [Regions and Endpoints](https://docs.amazonaws.cn/general/latest/gr/rande.html#amazon-mq_region) | Information about Amazon MQ regions and endpoints | 
| [Product Page](http://www.amazonaws.cn/amazon-mq/) | The primary web page for information about Amazon MQ. | 
| [Discussion Forum](https://forums.aws.csdn.net/forum.jspa?forumID=279) | A community-based forum for developers to discuss technical questions related to Amazon MQ. | 
| [Amazon Premium Support Information](http://www.amazonaws.cn/support-plans/) | The primary web page for information about Amazon Premium Support, a one-on-one, fast-response support channel to help you build and run applications on Amazon infrastructure services | 

## Amazon MQ for ActiveMQ resources
<a name="activemq-resources"></a>

The following table lists useful resources for working with Apache ActiveMQ.


| Resource | Description | 
| --- | --- | 
| [Apache ActiveMQ Getting Started Guide](http://activemq.apache.org/getting-started.html) | The official documentation of Apache ActiveMQ. | 
| [ActiveMQ in Action](https://www.manning.com/books/activemq-in-action) | A guide to Apache ActiveMQ that covers the anatomy of JMS messages, connectors, message persistence, authentication, and authorization. | 
| [Cross-Language Clients](http://activemq.apache.org/cross-language-clients.html) | A list of programming languages and corresponding Apache ActiveMQ libraries. See also [ActiveMQ Client](https://mvnrepository.com/artifact/org.apache.activemq/activemq-client) and [QpidJMS Client](https://mvnrepository.com/artifact/org.apache.qpid/qpid-jms-client). | 

## Amazon MQ for RabbitMQ resources
<a name="rabbitmq-resources"></a>

The following table lists useful resources for working with RabbitMQ.


| Resource | Description | 
| --- | --- | 
| [The RabbitMQ Getting Started Guide](https://www.rabbitmq.com/getstarted.html) | The official documentation of RabbitMQ. | 
| [RabbitMQ Client Libraries and Developer Tools](https://www.rabbitmq.com/devtools.html) | A guide to the officially supported client libraries and devloper tools for working with RabbitMQ using a variety of programming languages and platforms. | 
| [RabbitMQ Best Practices](https://www.cloudamqp.com/blog/2017-12-29-part1-rabbitmq-best-practice.html) | CloudAMQP's guide on best practices and recommendations for working with RabbitMQ. | 