Skip to content

Open source Extension SDK for the HiveMQ Enterprise MQTT broker that you can use to extend the broker with custom functionality and integrate the broker with other external systems

License

hivemq/hivemq-extension-sdk

Repository files navigation

HiveMQ Extension SDK

Maven Central javadoc

The enterprise MQTT broker HiveMQ offers this free, open source extension SDK. The HiveMQ 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 with custom business logic or to integrate virtually any system into HiveMQ.

The HiveMQ extension framework can be used to add many different types of functionality:

  • Write messages to a database,

  • integrate other services,

  • collect statistics,

  • add fine-grained security,

  • and much more.

Resources:

Using the SDK

The HiveMQ 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-extension-sdk</artifactId>
    <version>4.28.0</version>
</dependency>

Extension Development Documentation

Extension development for HiveMQ is as easy as writing a Java main method once you grasp the core concepts.

Please visit the extensive HiveMQ extension developer documentation. It covers the core concepts and shows how to set up your development environment.

Example Extensions

You can find many example extensions by browsing the HiveMQ GitHub space.

Check out the HiveMQ Marketplace for officially supported extensions.

Need Help?

If you need help with custom HiveMQ extensions please contact support@hivemq.com.

Contributing

If you want to contribute to the HiveMQ Extension SDK, see the contribution guidelines.

License

The HiveMQ Extension SDK is licensed under the APACHE LICENSE, VERSION 2.0. A copy of the license can be found here.

About

Open source Extension SDK for the HiveMQ Enterprise MQTT broker that you can use to extend the broker with custom functionality and integrate the broker with other external systems

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages