HiveMQ offers this free, open source extension SDK for HiveMQ Swarm. The HiveMQ Swarm extension framework provides an open API that allows developers to create custom extensions that suit their specific infrastructures. Use our extension framework to extend HiveMQ Swarm with custom business logic or to integrate virtually any system into HiveMQ Swarm.
The HiveMQ Swarm extension framework can be used to add different types of functionality:
-
Customize the payload generation
-
Add fine-grained security
Resources:
-
Website: http://www.hivemq.com
-
Community Forum: https://community.hivemq.com/
-
Documentation: https://www.hivemq.com/docs/swarm/latest
-
Contribution Guidelines: Contributing
-
License: The source files in this repository are made available under the Apache License Version 2.0.
The HiveMQ Swarm Extension SDK is available in Maven central, so no special configuration is needed. To use the SDK, add the following dependency to your Maven project:
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-swarm-extension-sdk</artifactId>
<version>4.35.0</version>
</dependency>
A simple example that shows the usage of the SDK can be found here: https://github.com/hivemq/hivemq-swarm-hello-world-extension
If you need help with custom HiveMQ Swarm extensions, please contact [email protected].
If you want to contribute to the HiveMQ Swarm Extension SDK, see the contribution guidelines.
The HiveMQ Swarm Extension SDK is licensed under the APACHE LICENSE, VERSION 2.0
.
A copy of the license can be found here.