Thales Macedo Garitezi 5c693beadd chore(appup): remove `load_module` instructions if `restart_application` %!s(int64=4) %!d(string=hai) anos
..
etc f000b6583c fix(tls): Ensure tls config integrity %!s(int64=5) %!d(string=hai) anos
include 6354e75626 chore: update copyrights %!s(int64=4) %!d(string=hai) anos
priv 0cd1c57a54 Migrate plugins from tag 4.2.2 %!s(int64=5) %!d(string=hai) anos
src 5c693beadd chore(appup): remove `load_module` instructions if `restart_application` %!s(int64=4) %!d(string=hai) anos
test 981f74d458 test(stomp): refine stomp test cases %!s(int64=4) %!d(string=hai) anos
.gitignore 686c006d6e refactor(proj): Add apps %!s(int64=5) %!d(string=hai) anos
README.md 0cd1c57a54 Migrate plugins from tag 4.2.2 %!s(int64=5) %!d(string=hai) anos
rebar.config 713b4c7804 refactor(stomp): remove transaction module %!s(int64=5) %!d(string=hai) anos

README.md

emqx-stomp

The plugin adds STOMP 1.0/1.1/1.2 protocol supports to the EMQ X broker.

The STOMP clients could PubSub to the MQTT clients.

Configuration

etc/emqx_stomp.conf

## The Port that stomp listener will bind.
##
## Value: Port
stomp.listener = 61613

## The acceptor pool for stomp listener.
##
## Value: Number
stomp.listener.acceptors = 4

## Maximum number of concurrent stomp connections.
##
## Value: Number
stomp.listener.max_connections = 512

## Default login user
##
## Value: String
stomp.default_user.login = guest

## Default login password
##
## Value: String
stomp.default_user.passcode = guest

## Allow anonymous authentication.
##
## Value: true | false
stomp.allow_anonymous = true

## Maximum numbers of frame headers.
##
## Value: Number
stomp.frame.max_headers = 10

## Maximum length of frame header.
##
## Value: Number
stomp.frame.max_header_length = 1024

## Maximum body length of frame.
##
## Value: Number
stomp.frame.max_body_length = 8192

Load the Plugin

./bin/emqx_ctl plugins load emqx_stomp

License

Apache License Version 2.0

Author

EMQ X Team.