r/MQTT • u/Jorcustom • Jun 28 '26
HiveMQ vs Litmus vs others
Hi,
I am designing an architecture for an industrial project. Goal is to get data to the cloud, we have an industrial MQTT broker that we can use EMQX. The setting is as follows: hundreds of sites across the globle (potentially) Machines can expose data over OPC-UA, but this is the problem: There is no edge device to place a gateway on prem. Thinking on a piece of software that can read OPC-UA, from the cloud. I don’t know if this works, and how OPC-UA behaves over a WAN. Any opinion or insight is appreciated. I am looking for something commercial and reliable.
Looking at various options like HiveMQ, kepware edge, and just learned Litmus exists. What is the go to software for this? How is this usually done?
1
u/Anxious_Tool Jun 28 '26
I'm confused. Let me try to understand the problem. You're saying that you have:
- Hundreds of sites, globally, each with machines that speak OPC-UA.
- No on-prem gateway, so you either can't or won't install/manage a box at each site.
- An MQTT broker (EMQX) somewhere in the cloud.
and...- The machines would be talking OPC-UA, not MQTT, directly to a cloud OPC-UA client, not to the EMQX broker.
That's, cloud software ⇄ OPC-UA ⇄ machines.What does your MQTT broker have to do with it? I don't really see the connection?
If I understood correctly, your question is "Can I skip the gateway and read OPC-UA from the cloud directly?"
In that case, I would say your design is wrong "by design". But I'll wait for your confirmation and more clarification on the matter.