WebFlight / AmazonSQSConnector

Amazon SQS Connector for Mendix
Apache License 2.0
0 stars 2 forks source link

AmazonSQSConnector

Welcome to the Mendix AmazonSQSConnector module. This module can be used in Mendix apps connect with Amazon Simple Queue Service.

logo

Table of Contents

Getting started

  1. Install the Mendix AmazonSQSConnector from the Mendix App Store in your project.
  2. Configure the ACCESS_KEY_ID and SECRET_ACCESS_KEY credentials from your Amazon account.
  3. Use the microflows and actions in the _USE_ME folder.

Features

Logging

Dependencies

Development notes

Build

Apache Maven and Ant are used to manage dependencies, copy those in the userlib folder and create the module package. To collect dependencies in the userlib folder, make sure Maven is installed and run the command below.

mvn clean package

To create a module package in the releases folder, run the following command:

mvn clean install

Contributions