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

MQTT

592
570
+ 1
7
RSMQ

4
86
+ 1
6
Add tool

MQTT vs RSMQ: What are the differences?

MQTT: A machine-to-machine Internet of Things connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium; 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.

MQTT and RSMQ belong to "Message Queue" category of the tech stack.

RSMQ is an open source tool with 1.07K GitHub stars and 78 GitHub forks. Here's a link to RSMQ's open source repository on GitHub.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of MQTT
Pros of RSMQ
  • 3
    Varying levels of Quality of Service to fit a range of
  • 2
    Lightweight with a relatively small data footprint
  • 2
    Very easy to configure and use with open source tools
  • 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

Cons of MQTT
Cons of RSMQ
  • 1
    Easy to configure in an unsecure manner
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is MQTT?

    It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.

    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 MQTT?
    What companies use RSMQ?
    See which teams inside your own company are using MQTT 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 MQTT?
    What tools integrate with RSMQ?

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

    What are some alternatives to MQTT and RSMQ?
    RabbitMQ
    RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.
    REST
    An architectural style for developing web services. A distributed system framework that uses Web protocols and technologies.
    XMPP
    It is a set of open technologies for instant messaging, presence, multi-party chat, voice and video calls, collaboration, lightweight middleware, content syndication, and generalized routing of XML data.
    Google Cloud Messaging
    Google Cloud Messaging (GCM) is a free service that enables developers to send messages between servers and client apps. This includes downstream messages from servers to client apps, and upstream messages from client apps to servers.
    Kafka
    Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design.
    See all alternatives