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

RSMQ

4
87
+ 1
6
Sandglass

1
6
+ 1
0
Add tool

RSMQ vs Sandglass: 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, Sandglass is detailed as "Distributed, scalable, persistent time-sorted message queue". A distributed, horizontally scalable, persistent, time ordered message queue. Developed to support asynchronous tasks and message scheduling which makes it suitable for usage as a task queue.

RSMQ and Sandglass 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, Sandglass provides the following key features:

  • Horizontal scalability
  • Highly available
  • Persistent storage

RSMQ and Sandglass are both open source tools. Sandglass with 1.52K GitHub stars and 40 forks on GitHub appears to be more popular 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 Sandglass
  • 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
    Be the first to leave a pro

    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 Sandglass?

    A distributed, horizontally scalable, persistent, time ordered message queue. Developed to support asynchronous tasks and message scheduling which makes it suitable for usage as a task queue.

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

    What companies use RSMQ?
    What companies use Sandglass?
      No companies found
      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 Sandglass?

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

      What are some alternatives to RSMQ and Sandglass?
      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