Giter Club home page Giter Club logo

hivemq-spi's Introduction

HiveMQ SDK

Note
HiveMQ 4 uses a new extension system. This SDK is not compatible with HiveMQ 4. The new version can be found here.

Build Status

The enterprise MQTT broker HiveMQ offers this free and open source plugin SDK with service provider interfaces. This allows everyone to extend HiveMQ and add custom functionality via plugins.

With custom HiveMQ plugins, it’s easy to add functionality like writing messages to databases, integrate with other service buses, collect statistics, add fine-grained security and virtually anything you else you can imagine.

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

Using the SDK

A extensive HiveMQ plugin documentation is available on the official HiveMQ website. It covers the core concepts and shows how to set up your development environment.

You can also clone our example open source HiveMQ plugins at in our Github page.

Maven Repository

Since version 2.0.0, the hivemq-spi is available in Maven central, so no special configuration is needed.

Using the SDK

To use the SDK, add the following dependency to your Maven project:

    <dependency>
        <groupId>com.hivemq</groupId>
        <artifactId>hivemq-spi</artifactId>
        <version>3.4.2</version>
    </dependency>

Plugin Development Documentation

Please visit our website for the documentation how to develop plugins.

Example plugins

You can find many example plugins by browsing here on Github.

hivemq-spi's People

Contributors

dobermai avatar goetzchr avatar lbrandl avatar micwalter avatar schaebo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.