AWS MQ
Discover more about the AWS MQ connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Manage AWS MQ instances using AWS SDK version 2.x.
Parameters
Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB)
.
Required Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Dynamic Account | When activated, the connector will use the account dynamically. When deactivated, it’ll use the account statically. | false | boolean |
Account Name | The name of the account that is generated dynamically via the Store Account connector. | string | |
Account | Sets the account to be used by the connector. | N/A | account |
Label | Logical name | N/A | string |
Operation | The operation to perform. It can be listBrokers,createBroker,deleteBroker | string | |
Fail On Error | If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false | false | boolean |
Optional Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
Override Endpoint | Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option | false | boolean |
Pojo Request | If we want to use a POJO request as body or not | false | boolean |
Region | The region in which MQ client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You’ll need to use the name Region.EU_WEST_1.id() | N/A | string |
Trust All Certificates | If we want to trust all certificates in case of overriding the endpoint | false | boolean |
Uri Endpoint Override | Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option | N/A | string |
Headers Tab
Parameter | Description | Default value | Data type |
---|---|---|---|
CamelAwsMQOperation | The operation we want to perform | N/A | string |
CamelAwsMQMaxResults | The number of results that must be retrieved from listBrokers operation | N/A | number |
CamelAwsMQBrokerName | The broker name | N/A | string |
CamelAwsMQBrokerEngine | The Broker Engine for MQ. | N/A | string |
CamelAwsMQBrokerEngineVersion | The Broker Engine Version for MQ. Currently you can choose between 5.15.6 and 5.15.0 of ACTIVEMQ | N/A | string |
CamelAwsMQBrokerID | The broker id | N/A | string |
CamelAwsMQBrokerDeploymentMode | The deployment mode for the broker in the createBroker operation | N/A | string |
CamelAwsMQBrokerInstanceType | The instance type for the MQ machine in the createBroker operation | N/A | string |
CamelAwsMQBrokerUsers | The list of users for MQ | N/A | JSON |
CamelAwsMQBrokerPubliclyAccessible | If the MQ instance must be publicly available or not. | false | boolean |
Successful executions should output at least a property "success": true.
Last updated