# emq-stomp **Repository Path**: chuckchill/emq-stomp ## Basic Information - **Project Name**: emq-stomp - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README emq-stomp ========= The plugin adds STOMP 1.0/1.1/1.2 protocol supports to the EMQ broker. The STOMP clients could PubSub to the MQTT clients. Configuration ------------- etc/emq_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_clients = 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/emqttd_ctl plugins load emq_stomp ``` License ------- Apache License Version 2.0 Author ------ EMQ X Team.