MQTT Broker

Product details

Q: About the deal

I don’t quite understand the deal here, is this one purchase is per single MQTT Broker/ instance? For example Tier 4, we have single broker with max capacity of 200 connected clients or we can deploy multiple brokers with 200 concurrent clients in total?

huynhphuchuyEdited Jun 4, 2025
Founder Team
ranjith_bevywise

ranjith_bevywise

Jun 4, 2025

A: Yes. You got it right.

One purchase is for a single instance only. You cannot deploy it in multiple servers.

Share
Helpful?
Log in to join the conversation
Posted: Jun 5, 2025

Does this MQTT Broker system support ACLs and topic ACLs per user/group supported? Since you mentioned data connectors for sending data to different databases, does the system support transforming data from a specific topic to DB schema?
e.g
Data Connector A → Routes `projectA/#` to PostgreSQL (table: temperature_logs)
Data Connector B → Routes `projectB/#` to MongoDB (collection: gps_coords)

Founder
Posted: Jun 6, 2025

(1/2) ACL for the Clients/Topics are supported and can be configured when you add the mqtt authentication keys.

Data Transformation and Cusotmized data storage is supported using a module - Custom Storage. This needs a some custom python coding to achieve this.

The python hook gives you the clientid, topic and message and you can make decisions on where to write based on any one of these data.

Founder
Posted: Jun 6, 2025

(2/2)
You can refer to the developer guide on how to write the custom hook

https://www.bevywise.com/mqtt-broker/python-mqtt-broker-interface.html#CustomDataStore

Posted: Jun 5, 2025

Does it also support connections via WS and WSS?

Founder
Posted: Jun 6, 2025

Yes. CrystalMQ supports both Websocket - WS & WSS.

Screenshot from the product dashboad.

https://img1.bevywise.com/images/overview-2.png

Refer Documentation - https://www.bevywise.com/mqtt-broker/help.html#user-interface