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

Hutch

3
9
+ 1
0
RSMQ

4
86
+ 1
6
Add tool

Hutch vs RSMQ: What are the differences?

Hutch: Inter-Service Communication with RabbitMQ. Hutch is a Ruby library for enabling asynchronous inter-service communication in a service-oriented architecture, using RabbitMQ; RSMQ: 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.

Hutch and RSMQ can be categorized as "Message Queue" tools.

Some of the features offered by Hutch are:

  • A simple way to define consumers (queues are automatically created and bound to the exchange with the appropriate binding keys)
  • An executable and CLI for running consumers (akin to rake resque:work)
  • Automatic setup of the central exchange

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

  • 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.

Hutch and RSMQ are both open source tools. It seems that RSMQ with 1.07K GitHub stars and 78 forks on GitHub has more adoption than Hutch with 712 GitHub stars and 103 GitHub forks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Hutch
Pros of RSMQ
    Be the first to leave a pro
    • 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

    Sign up to add or upvote prosMake informed product decisions

    - No public GitHub repository available -

    What is Hutch?

    Hutch is a Ruby library for enabling asynchronous inter-service communication in a service-oriented architecture, using RabbitMQ.

    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.

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

    What companies use Hutch?
    What companies use RSMQ?
    See which teams inside your own company are using Hutch or RSMQ.
    Sign up for StackShare EnterpriseLearn More

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

    What tools integrate with Hutch?
    What tools integrate with RSMQ?
    What are some alternatives to Hutch and RSMQ?
    Cage
    Cage is an online collaboration tool that provides a secure environment for creative teams in web, mobile, print, video, design, 3D and motion graphics to easily present their work for feedback and approval. It also provides clients a simple, intuitive venue for offering direction in real-time on an actual creative asset.
    Kafka
    Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design.
    RabbitMQ
    RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
    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.
    Celery
    Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.
    See all alternatives