Brokers
This is a collection of brokers. A broker is a message broker environment running on Amazon MQ. It is the basic building block of Amazon MQ. For more information, see Broker instance types in the Amazon MQ Developer Guide.
URI
/v1/brokers
HTTP methods
GET
Operation ID: ListBrokers
Returns a list of all brokers.
Name | Type | Required | Description |
---|---|---|---|
nextToken | String | False | The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty. |
maxResults | String | False | The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100. |
Status code | Response model | Description |
---|---|---|
200 |
ListBrokersOutput | HTTP Status Code 200: OK. |
400 | Error | HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it. |
403 | Error | HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request. |
500 | Error | HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue. |
POST
Operation ID: CreateBroker
Creates a broker. Note: This API is asynchronous.
To create a broker, you must either use the AmazonMQFullAccess
IAM
policy or include the following EC2 permissions in your IAM policy.
-
ec2:CreateNetworkInterface
This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account.
-
ec2:CreateNetworkInterfacePermission
This permission is required to attach the ENI to the broker instance.
-
ec2:DeleteNetworkInterface
-
ec2:DeleteNetworkInterfacePermission
-
ec2:DetachNetworkInterface
-
ec2:DescribeInternetGateways
-
ec2:DescribeNetworkInterfaces
-
ec2:DescribeNetworkInterfacePermissions
-
ec2:DescribeRouteTables
-
ec2:DescribeSecurityGroups
-
ec2:DescribeSubnets
-
ec2:DescribeVpcs
For more information, see Create an IAM User and Get Your AWS Credentials and Never Modify or Delete the Amazon MQ Elastic Network Interface in the Amazon MQ Developer Guide.
Status code | Response model | Description |
---|---|---|
200 |
CreateBrokerOutput | HTTP Status Code 200: OK. |
400 | Error | HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it. |
401 | Error | HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated. |
403 | Error | HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request. |
409 | Error | HTTP Status Code 409: Conflict. This broker name already exists. Retry your request with another name. |
500 | Error | HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue. |
OPTIONS
Status code | Response model | Description |
---|---|---|
200 | None | Default response for CORS method |
Schemas
Request bodies
{ "engineVersion": "string", "deploymentMode": enum, "maintenanceWindowStartTime": { "dayOfWeek": enum, "timeZone": "string", "timeOfDay": "string" }, "configuration": { "id": "string", "revision": integer }, "authenticationStrategy": enum, "engineType": enum, "hostInstanceType": "string", "users": [ { "password": "string", "replicationUser": boolean, "groups": [ "string" ], "consoleAccess": boolean, "username": "string" } ], "tags": { }, "dataReplicationMode": enum, "creatorRequestId": "string", "publiclyAccessible": boolean, "encryptionOptions": { "useAwsOwnedKey": boolean, "kmsKeyId": "string" }, "storageType": enum, "dataReplicationPrimaryBrokerArn": "string", "securityGroups": [ "string" ], "brokerName": "string", "ldapServerMetadata": { "roleSearchMatching": "string", "serviceAccountPassword": "string", "roleBase": "string", "hosts": [ "string" ], "roleName": "string", "userBase": "string", "roleSearchSubtree": boolean, "serviceAccountUsername": "string", "userRoleName": "string", "userSearchMatching": "string", "userSearchSubtree": boolean }, "logs": { "general": boolean, "audit": boolean }, "autoMinorVersionUpgrade": boolean, "subnetIds": [ "string" ] }
Response bodies
{ "brokerSummaries": [ { "brokerArn": "string", "brokerId": "string", "deploymentMode": enum, "created": "string", "brokerState": enum, "engineType": enum, "brokerName": "string", "hostInstanceType": "string" } ], "nextToken": "string" }
{ "errorAttribute": "string", "message": "string" }
Properties
AuthenticationStrategy
Optional. The authentication strategy used to secure the broker. The
default is SIMPLE
.
SIMPLE
LDAP
BrokerState
The broker's status.
CREATION_IN_PROGRESS
CREATION_FAILED
DELETION_IN_PROGRESS
RUNNING
REBOOT_IN_PROGRESS
CRITICAL_ACTION_REQUIRED
REPLICA
BrokerStorageType
The broker's storage type.
Important
EFS
is not supported for RabbitMQ engine type.
EBS
EFS
BrokerSummary
Returns information about all brokers.
Property | Type | Required | Description |
---|---|---|---|
brokerArn | string | False | The broker's Amazon Resource Name (ARN). |
brokerId | string | False | The unique ID that Amazon MQ generates for the broker. |
brokerName | string | False | The broker's name. This value is unique in your AWS account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. |
brokerState | False | The broker's status. | |
created | string Format: date-time | False | The time when the broker was created. |
deploymentMode | True | The broker's deployment mode. | |
engineType | True | The type of broker engine. | |
hostInstanceType | string | False | The broker's instance type. |
ConfigurationId
A list of information about the configuration.
Property | Type | Required | Description |
---|---|---|---|
id | string | True | Required. The unique ID that Amazon MQ generates for the configuration. |
revision | integer | False | The revision number of the configuration. |
CreateBrokerInput
Creates a broker.
Property | Type | Required | Description |
---|---|---|---|
authenticationStrategy | False | Optional. The authentication strategy used to secure the broker. The default is
| |
autoMinorVersionUpgrade | boolean | False | Enables automatic upgrades to new patch versions for brokers
as new versions are released and supported by Amazon MQ.
Automatic upgrades occur during the scheduled maintenance window
or after a manual broker reboot. Set to NoteMust be set to |
brokerName | string | True | Required. The broker's name. This value must be unique in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters. ImportantDo not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including CloudWatch Logs. Broker names are not intended to be used for private or sensitive data. |
configuration | False | A list of information about the configuration. | |
creatorRequestId | string | False | The unique ID that the requester receives for the created broker. Amazon MQ passes your ID with the API action. Note
We recommend using a Universally Unique Identifier
(UUID) for the creatorRequestId. You may omit the |
dataReplicationMode | False | Defines whether this broker is a part of a data replication pair. | |
dataReplicationPrimaryBrokerArn | string | False | The Amazon Resource Name (ARN) of the primary broker that is used to replicate data from in a data replication pair, and is applied to the replica broker. Must be set when dataReplicationMode is set to CRDR. |
deploymentMode | True | Required. The broker's deployment mode. | |
encryptionOptions | False | Encryption options for the broker. | |
engineType | True | Required. The type of broker engine. Currently, Amazon MQ supports | |
engineVersion | string | False | The broker engine version. Defaults to the latest available version for the specified broker engine type. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide. |
hostInstanceType | string | True | Required. The broker's instance type. |
ldapServerMetadata | False | Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers. | |
logs | False | Enables Amazon CloudWatch logging for brokers. | |
maintenanceWindowStartTime | False | The parameters that determine the WeeklyStartTime. | |
publiclyAccessible | boolean | True | Enables connections from applications outside of the VPC that hosts the
broker's subnets. Set to |
securityGroups | Array of type string | False | The list of rules (1 minimum, 125 maximum) that authorize connections to brokers. |
storageType | False | The broker's storage type. | |
subnetIds | Array of type string | False | The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ Amazon MQ for ActiveMQ deployment requires two subnets. A CLUSTER_MULTI_AZ Amazon MQ for RabbitMQ deployment has no subnet requirements when deployed with public accessibility. Deployment without public accessibility requires at least one subnet. ImportantIf you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account. Amazon MQ will not be able to create VPC endpoints in VPCs that are not owned by your AWS account. |
tags | object | False | Create tags when creating the broker. |
users | Array of type User | True | The list of broker users (persons or applications) who can access queues and topics. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console. |
CreateBrokerOutput
Returns information about the created broker.
Property | Type | Required | Description |
---|---|---|---|
brokerArn | string | False | The broker's Amazon Resource Name (ARN). |
brokerId | string | False | The unique ID that Amazon MQ generates for the broker. |
DataReplicationMode
Specifies whether a broker is a part of a data replication pair.
NONE
CRDR
DeploymentMode
The broker's deployment mode.
SINGLE_INSTANCE
ACTIVE_STANDBY_MULTI_AZ
CLUSTER_MULTI_AZ
EncryptionOptions
Encryption options for the broker.
Property | Type | Required | Description |
---|---|---|---|
kmsKeyId | string | False | The customer master key (CMK) to use for the A AWS KMS (KMS). This key is used to encrypt your data at rest. If not provided, Amazon MQ will use a default CMK to encrypt your data. |
useAwsOwnedKey | boolean | True | Enables the use of an AWS owned CMK using AWS KMS (KMS). Set to |
EngineType
The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.
ACTIVEMQ
RABBITMQ
Error
Returns information about an error.
Property | Type | Required | Description |
---|---|---|---|
errorAttribute | string | False | The attribute which caused the error. |
message | string | False | The explanation of the error. |
LdapServerMetadataInput
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker.
Important
Does not apply to RabbitMQ brokers.
Property | Type | Required | Description |
---|---|---|---|
hosts | Array of type string | True | Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory. Optional failover server. |
roleBase | string | True | The distinguished name of the node in the directory information tree (DIT) to
search for roles or groups. For example, |
roleName | string | False | Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query. |
roleSearchMatching | string | True | The LDAP search filter used to find roles within the |
roleSearchSubtree | boolean | False | The directory search scope for the role. If set to true, scope is to search the entire subtree. |
serviceAccountPassword | string | True | Service account password. A service account is an account in your LDAP server that
has access to initiate a connection. For example, |
serviceAccountUsername | string | True | Service account username. A service account is an account in your LDAP server that
has access to initiate a connection. For example, |
userBase | string | True | Select a particular subtree of the directory information tree (DIT) to search for
user entries. The subtree is specified by a DN, which specifies the base node of the
subtree. For example, by setting this option to |
userRoleName | string | False | Specifies the name of the LDAP attribute for the user group membership. |
userSearchMatching | string | True | The LDAP search filter used to find users within the |
userSearchSubtree | boolean | False | The directory search scope for the user. If set to true, scope is to search the entire subtree. |
ListBrokersOutput
Property | Type | Required | Description |
---|---|---|---|
brokerSummaries | Array of type BrokerSummary | False | A list of information about all brokers. |
nextToken | string | False | The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty. |
Logs
The list of information about logs to be enabled for the specified broker.
Property | Type | Required | Description |
---|---|---|---|
audit | boolean | False | Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers. |
general | boolean | False | Enables general logging. |
User
A user associated with the broker. For Amazon MQ for RabbitMQ brokers, one and only one administrative user is accepted and created when a broker is first provisioned. All subsequent broker users are created by making RabbitMQ API calls directly to brokers or via the RabbitMQ web console.
Property | Type | Required | Description |
---|---|---|---|
consoleAccess | boolean | False | Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers. |
groups | Array of type string | False | The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers. |
password | string Format: password | True | Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=). |
replicationUser | boolean | False | Defines if this user is intended for CRDR replication purposes. |
username | string | True | The username of the broker user. The following restrictions apply to broker usernames:
ImportantDo not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs. Broker usernames are not intended to be used for private or sensitive data. |
WeeklyStartTime
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
Property | Type | Required | Description |
---|---|---|---|
dayOfWeek | string Values: | True | Required. The day of the week. |
timeOfDay | string | True | Required. The time, in 24-hour format. |
timeZone | string | False | The time zone, UTC by default, in either the Country/City format, or the UTC offset format. |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: