amazonaws.com

Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messagi

🔑 oauth2 22 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Returns a list of all brokers.
curl \
  -H "Authorization: $API_KEY" \
  http://mq.us-east-1.amazonaws.com/v1/brokers
Returns a list of all configurations.
curl \
  -H "Authorization: $API_KEY" \
  http://mq.us-east-1.amazonaws.com/v1/configurations
Lists tags for a resource.
curl \
  -H "Authorization: $API_KEY" \
  http://mq.us-east-1.amazonaws.com/v1/tags/{resource-arn}
Endpoints (22 total)
GET
/v1/brokers
Returns a list of all brokers.
GET
/v1/configurations
Returns a list of all configurations.
GET
/v1/tags/{resource-arn}
Lists tags for a resource.
GET
/v1/brokers/{broker-id}
Returns information about the specified broker.
GET
/v1/broker-engine-types
Describe available engine types and versions.
GET
/v1/broker-instance-options
Describe available broker instance options.
GET
/v1/brokers/{broker-id}/users
Returns a list of all ActiveMQ users.
GET
/v1/configurations/{configuration-id}
Returns information about the specified configuration.
GET
/v1/brokers/{broker-id}/users/{username}
Returns information about an ActiveMQ user.
GET
/v1/configurations/{configuration-id}/revisions
Returns a list of all revisions for the specified configuration.
GET
/v1/configurations/{configuration-id}/revisions/{configuration-revision}
Returns the specified configuration revision for the specified configuration.
POST
/v1/brokers
<p>Creates a broker. Note: This API is asynchronous.</p> <p>To create a broke…
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints22
Authoauth2
Categories1
http://mq.us-east-1.amazonaws.com