Need advice about which tool to choose?Ask the StackShare community!

RSMQ

4
87
+ 1
6
VerneMQ

31
136
+ 1
6
Add tool

RSMQ vs VerneMQ: What are the differences?

Developers describe RSMQ as "A lightweight message queue for Node.js that requires no dedicated queue server. Just a Redis server". tl;dr: If you run a Redis server and currently use Amazon SQS or a similar message queue you might as well use this fast little replacement. Using a shared Redis server multiple Node.js processes can send / receive messages. On the other hand, VerneMQ is detailed as "VerneMQ is a distributed IoT/MQTT message broker". VerneMQ is a distributed MQTT message broker, implemented in Erlang/OTP It's open source, and Apache 2 licensed. VerneMQ implements the MQTT 3.1, 3.1.1 and 5.0 specifications..

RSMQ and VerneMQ can be primarily classified as "Message Queue" tools.

Some of the features offered by RSMQ are:

  • Lightweight: Just Redis and ~500 lines of javascript.
  • Guaranteed delivery of a message to exactly one recipient within a messages visibility timeout.
  • Received messages that are not deleted will reappear after the visibility timeout.

On the other hand, VerneMQ provides the following key features:

  • Open Source, Apache 2 licensed
  • QoS 0, QoS 1, QoS 2
  • MQTT v5.0 fully implemented

RSMQ and VerneMQ are both open source tools. It seems that VerneMQ with 1.76K GitHub stars and 189 forks on GitHub has more adoption than RSMQ with 1.07K GitHub stars and 78 GitHub forks.

Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of RSMQ
Pros of VerneMQ
  • 2
    Simple, does one thing well
  • 1
    Comes with a visibility timeout feature similar to AWS
  • 1
    Written in TypeScript
  • 1
    Written in Coffeescript
  • 1
    Backed by Redis
  • 1
    Fully open source clustering
  • 1
    Proxy Protocol support
  • 1
    Open Source Plugin System
  • 1
    Open Source Message and Metadata Persistence
  • 1
    MQTT v5 implementation
  • 1
    Open source shared subscriptions

Sign up to add or upvote prosMake informed product decisions

- No public GitHub repository available -

What is RSMQ?

tl;dr: If you run a Redis server and currently use Amazon SQS or a similar message queue you might as well use this fast little replacement. Using a shared Redis server multiple Node.js processes can send / receive messages.

What is VerneMQ?

VerneMQ is a distributed MQTT message broker, implemented in Erlang/OTP. It's open source, and Apache 2 licensed. VerneMQ implements the MQTT 3.1, 3.1.1 and 5.0 specifications.

Need advice about which tool to choose?Ask the StackShare community!

What companies use RSMQ?
What companies use VerneMQ?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with RSMQ?
What tools integrate with VerneMQ?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to RSMQ and VerneMQ?
Amazon SQS
Transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. With SQS, you can offload the administrative burden of operating and scaling a highly available messaging cluster, while paying a low price for only what you use.
RabbitMQ
RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
MySQL
The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.
PostgreSQL
PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
See all alternatives