Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realmq/realmq-broker
RealMQ rtm broker service
https://github.com/realmq/realmq-broker
broker realmq
Last synced: 2 months ago
JSON representation
RealMQ rtm broker service
- Host: GitHub
- URL: https://github.com/realmq/realmq-broker
- Owner: realmq
- License: mit
- Created: 2018-04-25T13:51:12.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T13:17:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T03:21:22.061Z (almost 2 years ago)
- Topics: broker, realmq
- Language: Shell
- Homepage: https://realmq.com
- Size: 120 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RealMQ Broker
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frealmq%2Frealmq-broker.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Frealmq%2Frealmq-broker?ref=badge_shield)Platform MQTT Frontend
## Docker Env Parameter
- `VERNEMQ_ACCEPT_EULA` **required** - You need to accept the [VerneMQ EULA](https://vernemq.com/end-user-license-agreement) by setting this var to `yes`, default: `no`
- `HOST` - IP address to listen on, default: `127.0.0.1`, set to `0.0.0.0` to
listen on all assigned IP addresses
- `ADAPTER_HOST` - host or IP address of adapter service
- `ADAPTER_PORT` - port of adapter service
- `ADAPTER_KEY` - api key of adapter service
- `CREDENTIALS` - set of credentials to connect to broker as system user, format: `user:pass [user:pass]...`, so
username and password are separated by colon and credentials are separated by space
- `TLS_ENABLED` - TLS support enabled (`1`) or not (`0`) (default disabled)
- `TLS_CERTFILE` - Path to pem encoded TLS certificate file
- `TLS_KEYFILE` - Path to pem encoded TLS key file
- `HTTP_ENABLED` - HTTP support enabled (`1`) or not (`0`) (default disabled)
- `HTTP_PORT` - Post HTTP listens on, default: `8888`## License
Copyright (c) 2018-2023 RealMQ GmbH.
The files in this archive are released under the [MIT License](LICENSE).[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Frealmq%2Frealmq-broker.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Frealmq%2Frealmq-broker?ref=badge_large)