EMQX Cloud (Pay as you go)

EMQ TECHNOLOGIES INCORPORATED

Reviews from AWS customer

3 AWS reviews

External reviews

5 reviews
from

External reviews are not included in the AWS star rating for the product.


4-star reviews ( Show all reviews )

    reviewer2835369

High‑rate IoT streaming has boosted data capture for real‑time analytics and AI training

  • May 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

We considered EMQX because we initially used the MQTT broker Mosquitto, which does not support the higher sampling rates that our product requires. Our product needs to transmit nearly 16 KB of data per second, which is substantial, but Mosquitto broker cannot support that capacity. We switched to EMQX so that it can open multiple channels to send the data simultaneously to achieve the sampling rate as effectively as possible.

For example, I have an ADC connected to a microcontroller with eight sensors. The ADC takes raw data without any overhead of internet connectivity or HTTP calls, and the raw sampling rate of the ADC is nearly 128 samples per second. When transmitting the data, it suddenly drops to nearly ten samples per second, which represents huge data loss when considering medical, transportation, or any devices used by humans. We signed up for EMQX, and EMQX created simultaneous eight channels, increasing the rate from ten samples per second to nearly 80 samples per second. We initially used the free EMQX offering, which supported nearly 250 users, and then we moved to serverless, which is what we are currently using. Serverless supports nearly 16 channels, so 16 multiplied by 10 means we can achieve nearly 160 samples per second. That is the real-time scenario for which we have used EMQX.

You can use EMQX when you want to get a major amount of data to the internet. When transmitting data via HTTP, there is a minimum delay of 200 milliseconds, which is significant for IoT products. For that reason, we are transitioning to MQTT, which stands for Message Queuing Telemetry Transport. When moving to MQTT, there are many constraints that we faced in free MQTT options such as Mosquitto broker. EMQX will boost your product sampling rate and transmission so that you can achieve a large amount of data without any loss while transmitting through the internet. If you are planning to build an AI product using an IoT device, each data point will count. With EMQX, you will get many data points per second and over time spans to boost your AI, and the AI will be trained faster compared to other brokers.

What is most valuable?

The best feature for EMQX is that it supports many additional features. For example, if you do not want to own a server, you can directly purchase serverless. If you are using another broker and have deployed that broker onto a server, when the user count of your product increases, you would need to own another server, which will cost more. However, with EMQX, you can boost your subscriber count in the EMQX portal to fit more users into your product. That is nearly scalability in AWS in cloud terms, which I appreciate in EMQX.

When I started using the free feature, it supported 250 clients, but they have since reduced it to a significant degree. I do not know the exact number because I have moved to serverless. The free feature is beneficial to startups, so if you are doing a college project or a prototype, the free EMQX is very effective. You can use any server, whether it is Windows, Linux, or anything else, and it will be supported. That is a positive aspect, and it is supported in the free feature as well.

What needs improvement?

EMQX has improved significantly, and it is one of the greatest solutions. If you want to improve further, the SSL certificate and TLS certificate have overhead in serverless EMQX. If there were an option to utilize serverless without that TLS and SSL overhead, the embedded system would not experience the overhead burden. The embedded system would not need to perform a handshake each time it wants to transmit. That is one area that should be implemented in EMQX serverless.

For how long have I used the solution?

3.5 years

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?


    Kevin Pham

Messaging has supported high volume streaming and delivers reliable real time trading updates

  • May 02, 2026
  • Review provided by PeerSpot

What is our primary use case?

My main use case for EMQX is transporting messages via WebSocket and TCP for streaming data, specifically streaming prices on the trading board of VNDIRECT.

For chatbox messaging or data streaming, I use EMQX as a message broker. When a user sends a message, I use EMQX to send that message to people in my room. With the trading bot, I use EMQX for streaming messages. When I receive a message from Hanoi X and HoSE, I convert the message and send it to the customer who is using a trading bot to monitor price changes.

I use EMQX for my chat platform and message streaming for a trading bot.

What is most valuable?

The best features EMQX offers in my experience are that it can send messages for a large number of customers with a very high message-per-second rate while consuming low resources. When I use an EMQX cluster with three node cores with four CPUs and eight gigabytes of RAM, and three node replicas with eight CPUs and 16 gigabytes of RAM, I can send outgoing messages up to two million messages per second for all my customers who are online at that time.

EMQX has good performance and sends messages with low latency. When I send a message, the latency is less than 100 milliseconds, which is very improved message latency.

When I changed from a trading bot using WebSocket to EMQX, I was able to cut down costs by half of the resources from before. My service has durability and scalability that is very easy to achieve.

What needs improvement?

To improve EMQX, I think it should reduce costs, save time when sending messages, and improve reliability.

Regarding needed improvements, I think EMQX should improve setup time. EMQX cluster setup is not easy. Additionally, I think EMQX needs to improve its logs. When I encounter a problem with EMQX error messages, it is very difficult to trace the logs and find the real reason for the error to fix it.

For how long have I used the solution?

I have been using EMQX for three years.

What do I think about the stability of the solution?

EMQX is very stable since I have been using it for three years.

What do I think about the scalability of the solution?

EMQX's scalability is very easy to manage.

When performance is high, we only need to add a node replica.

Which solution did I use previously and why did I switch?

I previously used a different solution before EMQX.

Before EMQX, I used WebSocket. When I changed to EMQX, I found that EMQX is very good for my needs.

How was the initial setup?

I do not purchase EMQX through any cloud marketplace; I download EMQX and set up the free version.

What was our ROI?

I have seen a return on investment by lowering the resource cost by half.

What's my experience with pricing, setup cost, and licensing?

With my experience of pricing, setup cost, and licensing, I am not buying a license because I am using the free version of EMQX.

Which other solutions did I evaluate?

Before choosing EMQX, I evaluated other options such as Mosquitto and other MQTT protocol solutions, but I do not remember all the tech stacks I researched, as it was a long time ago.

What other advice do I have?

My advice to others looking into using EMQX is that if anyone wants to use it for their microservices, they can try it. EMQX is very good for new developers who want to use it.

EMQX is a very good solution for a system with high performance and large throughput messaging for clients using mobile or web applications. You can use the WebSocket feature of EMQX with SSL on port 8084. You can also use other features of EMQX such as webhooks. When I used authorization of EMQX, I faced issues regarding high load performance in my service backend. Therefore, anyone wanting to use authorization of EMQX should use Redis Auth. We changed from webhooks to using Redis Auth, and we achieved better performance. EMQX is a good solution if one is using authorization. I give this review a rating of eight out of ten.


    Bedinur İzmirli

Unified factory data has enabled fast MQTT-based machine state and energy monitoring

  • April 28, 2026
  • Review provided by PeerSpot

What is our primary use case?

EMQX is a unified architecture and unified namespace based on MQTT broker, primarily using EMQX or HiveMQ. We use EMQX for the communication of factory data, sensors, and PLCs.

We track data on sensors and MQTT data by collecting MQTT data for sensors and publishing it to the MQTT broker. We then fetch MQTT data again, calculate some KPIs, and publish these KPIs back to the MQTT broker.

We primarily use energy data for reducing energy costs and calculate the machine state of machines. We use EMQX and MQTT mostly for the machine state of machines. We collect machine data, such as temperature or pressure and sensor values in machines, and then calculate the machine state of the machines or lines. We collect energy data of these machines in energy analyzers and calculate the total energy of the products.

What is most valuable?

The best features EMQX offers include fast communication; MQTT is the fastest protocol that I have observed.

MQTT scalability is excellent, and I am using the REST protocol. The REST protocol is not scalable as it is an old protocol, but MQTT runs a pub-sub mechanism and it is very fast and very scalable. This is excellent.

MQTT enables us to use unified namespace architecture. I collect data and publish data to MQTT and use this factory data on the MQTT broker. This enables us to have very fast integrations and data integrations, and I see data when I need it very quickly. When I use the MQTT broker, I do not need a database. EMQX broker is unified.

For example, MQTT 5.0 is a new version that is very fast.

What needs improvement?

EMQX is a good MQTT broker but the historian is simple. The historian side of EMQX and MQTT is simple and could be better.

It could be more reliable in new versions.

For how long have I used the solution?

I have been working in my current field for three years.

What do I think about the stability of the solution?

EMQX is very stable in my experience.

What do I think about the scalability of the solution?

EMQX's scalability is excellent and I have used EMQX for very big data and it is a very scalable solution.

How are customer service and support?

When I need any support, I read forums and there are many articles in forums.

Which solution did I use previously and why did I switch?

We were using a database, for example, MSSQL or PostgreSQL. In my old experience before MQTT, MQTT is faster than database solutions and more lightweight solutions.

What was our ROI?

I have seen a return on investment with money saved and time saved because the protocol is MQTT.

What's my experience with pricing, setup cost, and licensing?

EMQX is an open-source protocol. The cost is mostly the cloud provider cost. EMQX is open-source and MQTT is also an open-source protocol, so the cost is less.

Which other solutions did I evaluate?

I evaluated other options before choosing EMQX.

What other advice do I have?

EMQX is a unified namespace architecture and is a lightweight solution compared to old database solutions such as MSSQL or PostgreSQL. EMQX is also a very fast communication protocol. MQTT is a very fast communication protocol.

I appreciate EMQX as it is a very lightweight solution. This review has an overall rating of 8.


    Yuvaraj Manjunatha

Real-time stock streaming has transformed trading data access and supports insightful client monitoring

  • April 25, 2026
  • Review from a verified AWS customer

What is our primary use case?

My main use case for EMQX is for the streaming part, as we are a fintech-based startup using EMQX to get stock price details from DriveWealth. We have an MQTT module where we use EMQX as a streaming module to stream the data.

EMQX fits into my workflow as we designed an MQTT module where it helps us to fetch the data from DriveWealth, which is a US-based entity, by using the endpoint where we can get the stream data, thus allowing multiple users to access the stock information.

In terms of my main use case with EMQX, we were using a Docker pulled image of EMQX for the admin panel to see how many clients are connected, how long they are connected, and we have an auth plugin, so all streamed data was able to be fetched with the dashboard.

What is most valuable?

The best features EMQX offers in my experience include the EMQX configuration file, auth file, and HTTP file, which help us to get the relevant data, and EMQX is fantastic for dashboard creation, allowing us to fetch data for our mobile or web-based applications using multiple sources.

The dashboard specifically helped my team to understand how many clients got connected via our EMQX module connection, allowing us to track the health of the EMQX container, such as CPU usage and real-time connections, all tracked via the dashboard alongside multiple config files managing WSS connections.

EMQX has positively impacted my organization in many ways, particularly by making our main agenda of getting stock details and connecting users to our real-time protocol much easier.

What needs improvement?

As for improvements, I do not feel any bug or improvement is needed currently; the features are already sufficient for our efficient use, but if AI enhancements or messaging options could be added, that would help us a lot.

I believe that all suggested improvements are already well-built, and if any AI parts are integrated, it would greatly benefit new users. Overall, I am a happy customer of EMQX.

For how long have I used the solution?

I have been using EMQX for about four years.

What do I think about the scalability of the solution?

I have noticed measurable outcomes with EMQX, as we are mostly happy about the practicability and features offered, which contribute significantly to scalability and helped our product design in a better way.

What other advice do I have?

EMQX is a pretty good product, and I am satisfied with it.

My advice for others looking into using EMQX is that it provides a better and more efficient way of getting data streams and better visualization for your product, along with easy integration and go-to-market solutions. I would rate this product nine out of ten.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


    Ketan Mehta

Live messaging has supported smooth user interactions and supports low‑latency engagement

  • April 22, 2026
  • Review provided by PeerSpot

What is our primary use case?

EMQX remains live and matured, allowing us to scale it, and we continue using EMQX without requiring to switch to any other offerings as it still works best and is resilient.

EMQX was a completely new feature and the maintenance effort was not there previously, but we did not require any maintenance as far as I recall in the past three to four years, as we did not need anything to restart or connect or reconnect the cluster; it was working smoothly for months and even years. Regarding improvement in latency, latency was just some milliseconds for every message delivery, ensuring all messages were reliably delivered. User engagement was a great experience where users did not face any issues while interacting via EMQX, whether it involved comments, emojis, or anything else. We even built an admin panel for comment moderation, where we saw EMQX messages flowing to the system, meaning the dashboard was very smooth.

What is most valuable?

EMQX UI is very best, allowing users to easily get used to it without digging through documentation. EMQX also scales well with easy configuration, enabling users to get their cluster created and get started quickly. The consumption from EMQX is very convenient, such as connecting your application to EMQX servers and all nodes, so that was also easy. Performance-wise it was very great; it also offers ACL, options such as message size limitation, blacklisting certain client IDs, and supports MQTT new protocol such as MQTT 2, which is also a good thing.

EMQX allowed us to scale our product very easily, enabling us to add multiple nodes as needed and perform regional deployments such as a standby EMQX cluster. Management was easy as we did not need 24/7 maintenance or support for that since everything was well documented on the EMQX website and the community support was great.

What needs improvement?

On EMQX improvement side, I saw certain frameworks such as NanoMQTT and others claiming to be much more performant than EMQX, so maybe the newer version of EMQX can look into those aspects for potential improvements, but I do not have insight on the latest version of EMQX to know whether it has already addressed this or not.

I have rated it an eight because I believe there is always scope for improvement, especially concerning more complex use cases and features that EMQX may need to address, particularly due to frameworks such as NanoMQTT and others having much more capability than EMQX, so it would be beneficial for EMQX to look into those aspects and improve further to take it to the next level.

For how long have I used the solution?

I started using EMQX from my previous organization at Flipkart, where we were building a live stream kind of feature, similar to Instagram Live or a YouTube Premier, wherein a user can come and do comments and exchange emojis. I think it has been around four to five years that we have been using EMQX.

What do I think about the stability of the solution?

EMQX is much stable in my experience.

What do I think about the scalability of the solution?

EMQX's scalability is great and I think it works phenomenally.

How are customer service and support?

We do not really require to reach out to customer support during our tenure as it was very smooth, but I have never tried it.

Which solution did I use previously and why did I switch?

It was a brand new use case and we did not have anything in place previously, making this a brand new use case.

What about the implementation team?

The entire cluster we managed required only a team of two members, one being junior and the other senior, such as SDE 1 and SDE 3, so we did not require a large team to maintain our cluster, and we saved a lot of time on setting things up as it was very smooth.

Which other solutions did I evaluate?

We evaluated RabbitMQ, Kafka, and a couple of others, but I do not recall it exactly since it was four to five years back.

What other advice do I have?

I think others looking into using EMQX can do a small POC to see from all aspects whether EMQX fits their requirements, not just the current one but future expansion as well, before deciding which one is better, as there might be other alternatives to evaluate as well. I have given this product a rating of eight.


    Akshya Akshya

Connected millions of iot devices and manage real time pub sub control and flexible access rules

  • April 04, 2026
  • Review from a verified AWS customer

What is our primary use case?

I use EMQX for MQTT pub/sub use cases with devices connected through IoT. When communicating between different devices, EMQX provides the connection between them and delivers real-time updates.

Devices are deployed with MQTT TCP connections. Device credentials are created inside EMQX for each particular device, and those devices have those credentials with a specific client ID to communicate through the web app. The web app listens to a particular set topic which that particular device generates. That particular device sends data to that particular topic, and the application listens to that topic. In that case, they communicate with each other. When the application needs to provide some commands to the device, those commands are sent through command topics, and the devices listen to those. These communications happen in near real-time.

Webhooks provided by EMQX are also leveraged to fetch real-time connection details for the particular devices that are connected. EMQX provides functions to make real-time changes based on the events received from that webhook. The built-in monitoring from EMQX is also used for managing clients inside the EMQX dashboard.

What is most valuable?

EMQX is a solid open-source project for making IoT devices connect anywhere in the world. The main use case that stands out is the TCP connection, which plays a vital role inside the IoT device ecosystem. The pub/sub functionality and how publishers and subscribers interact with each other without disrupting the connection between devices and applications is outstanding. The best part of EMQX is that it provides unlimited authentications and authorizations. Different providers can be integrated between those authentications and authorizations. Authentication can be provided with the built-in database within an application. Authorization can be provided based on specific users who can perform specific actions on those devices, and those actions can be controlled inside the EMQX instance. EMQX is very versatile in those terms, and people can leverage those features mostly from the EMQX platform.

What needs improvement?

When going with the open-source EMQX version, there are limitations provided. For example, the webhooks use case cannot be scaled to as large a scale compared to the enterprise edition of EMQX. The open-source version helps a great deal with work in the company. The way this resource helps nurture the IoT device paradigm is greatly helpful for developers working newly on this system because the onboarding part of EMQX is very easy and developer-friendly. Someone who wants to dive into it can easily implement and make the system robust based on the technologies it provides.

EMQX provides API connections for applications. HTTP calls can be made to EMQX to get updates from the client. Those connections should be made asynchronously. The webhook part handles this well, but when it comes to the API part, when the load and payload of the MQTT topics and messages are very heavy, sometimes unknown errors occur, and logs and errors must be found. When a specific log session is created for that client, the readability of those logs is not good. The platform itself does not need improvement, but when it comes to developer-friendly implementations of EMQX, there are some pain points that need attention. The visibility of logs, error logs, and information logs inside the built-in monitoring needs work because developers, when they implement code or any kind of specific tools, need proper control over the system. Without that control, there is no point in implementing anything at all.

The monitoring part needs work. When it comes to the flow chart of how different clients are connected with different devices, there is a feature inside EMQX called Flow. When that Flow is in place, clients (devices) should be controllable from that Flow itself. These are the most important improvements that need to be addressed.

For how long have I used the solution?

I have been using EMQX for more than three years.

What do I think about the stability of the solution?

If the machine and the environment in which it is deployed are stable, there should be no downtimes. When EMQX was deployed on production, it did not cause any problems. It is a production-grade tool that has been tested and is used in production by many organizations.

What do I think about the scalability of the solution?

Scalability has not been an issue thus far. EMQX has handled growth from thousands of devices to millions of devices. There are no scalability caps being hit, and it continues to support growing needs.

How are customer service and support?

The open-source version of EMQX is used, so there is no customer support to speak of. The documentation is exceptional and so developer-friendly that customer support is not needed. The documentation has been maintained very much with developers in mind.

Which solution did I use previously and why did I switch?

The organization previously used other options such as VerneMQ or HiveMQ. When the switch to EMQX was made because it was so developer-friendly, there was no need to go back and re-implement VerneMQ. The organization moved on to EMQX and stayed there because it provides so much value to the product. There was no reason to look back, and that represents the return on investment. As a developer, if time is invested and a POC stays for the longer run, that is what return on investment means.

The previous solution was VerneMQ, and the switch was made because the implementation of authentication and authorization was not developer-friendly, and there was not much control over the schemas from a developer perspective. With EMQX, a schema is defined and everything is controlled by the organization's own IP. Whatever the use case is, it can be played around with, and security gateways can be implemented easily. With VerneMQ in place, that was not nearly as easy.

What was our ROI?

The relevant metric is the ability to grow from tens of thousands to millions of devices.

What's my experience with pricing, setup cost, and licensing?

The open-source version of EMQX does not have a specific cost. When it comes to the deployment of the whole application as a whole, there is no specific number because AWS costing for the product that is maintained is quite high.

Which other solutions did I evaluate?

When switching from VerneMQ, EMQX was the first solution looked into while conducting the POC. When it satisfied all use cases easily, there was no reason to look back, and it was implemented right away because there was no desire to waste time. EMQX provided value right away. No other solutions were used or considered.

What other advice do I have?

For a backend written in MySQL or MongoDB, specific users and ACLs inside MongoDB or SQL can be leveraged to integrate with authentication and authorization without relying on any outer-world providers. The company's domain will control the authentication and authorization for these devices. Overall, the devices are maintained inside the system, not anywhere else. This provides leverage between different authentication and authorization providers.

The organization was able to manage 1,000 plus devices and 65 million concurrent device connections with EMQX. Different clients use these EMQX pub/sub relationships, and it helps greatly, providing the versatility and extensibility of this particular platform.

For those wanting to implement a workflow where devices are present or real-time actions are needed from some client residing on the other side of the network, it is important to first know the use case. When the use case is finalized, a POC on EMQX can be conducted, which is easy to do because the documentation provides great support. For developers implementing it, the authentication and authorization part should be prioritized because that is the most important part for making clients secure. If security is compromised there, then the whole point of making connections secure is lost. Keep a close lookout for the authentication and authorization part so that wherever clients or devices are placed, they are secure and securely managing their communication between networks.

Anyone wanting to implement EMQX in their workflow can rely on the tool because it provides features that every organization has, and the use cases it solves are immensely valuable. Going ahead and implementing these tools puts an organization ahead of the game from other players. This review rates EMQX an overall score of 8 out of 10.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)


showing 1 - 6