Downloading HiveMQ Enterprise Extension SDK Packages

This guide provides instructions on how to download HiveMQ Enterprise Extension SDK packages. To streamline the process, you can utilize the provided command when you have the AWS CLI installed and valid credentials for the HiveMQ Enterprise SDK.

 Instructions

To download the HiveMQ Enterprise Extension SDK packages, follow these steps:

  1. Ensure that you have the AWS CLI installed on your system.

  2. Obtain valid credentials for the HiveMQ Enterprise SDK.

  3. Use the following command to access and download the SDK packages directly:

    AWS_ACCESS_KEY_ID=<your-SDK-username> AWS_SECRET_ACCESS_KEY=<your-SDK-password> aws s3 cp s3://hivemq-enterprise-extension-sdk/release/com/hivemq/hivemq-enterprise-extension-sdk/4.22.0/ . --recursive

    Replace <your-SDK-username> and <your-SDK-password> with your actual HiveMQ Enterprise SDK credentials. Also, Replace 4.22.0 in URL with your required version to download.

By executing this command, you will initiate the download of the HiveMQ Enterprise Extension SDK packages, facilitating a seamless process for integration and development.