RabbitMQ 4.0 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. RabbitMQ

    Open source RabbitMQ: core server and tier 1 (built-in) plugins

    The linked github page gives me 404. But here are the release notes:

    https://github.com/rabbitmq/rabbitmq-server/blob/main/releas...

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. NATS

    High-Performance server for NATS.io, the cloud and edge native messaging system.

    This is how I feel about NATS: https://nats.io/

    It's an infinitely more friendly version of Kafka, pub/sub, etc that is extremely lightweight. Yet every environment trends towards Kafka because it was "chosen" by the big corps.

  4. BeanstalkD

    Beanstalk is a simple, fast work queue.

    Also want to give a shoutout to BeanStalkd: https://github.com/beanstalkd/beanstalkd

    Looking at RabbitMQ with "Maybe this is too much". Beanstalkd likely has features you need with none of setup. Just don't web expose it ;)

  5. messaging-topology-operator

    RabbitMQ messaging topology operator

    Server topologies can nowadays even be declared via YAML files in Kubernetes (https://github.com/rabbitmq/messaging-topology-operator). This way all the desired state is in one single place and the Kubernetes operator reconciles such that this declaratively declared desired schema is created within RabbitMQ.

  6. laudspeaker

    📢 Laudspeaker is an Open Source Customer Engagement and Product Onboarding Platform. Open Source alternative to Braze / One Signal / Customer Io / Appcues / Pendo . Use Laudspeaker to design product onboarding flows and send product and event triggered emails, sms, push and more.

    we switched from a redis backed queue (bullmq) to rabbit at our company (https://github.com/laudspeaker/laudspeaker) when we hit speed issues . We found bull had a much lower throughput, after a lot of tuning compared even to rabbit out of the box.

  7. celery

    Distributed Task Queue (development branch)

    There are some limitations when using Quorum Queues, this was only patched recently - https://github.com/celery/celery/issues/9149

  8. jetstream

    Discontinued JetStream Utilities (by nats-io)

    Sorry, I'm not familiar with this tech so looked up Jetstream and it seems to be archived https://github.com/nats-io/jetstream. Not sure that would be a good endorsement to try to use something that is no longer maintained or am I looking at the wrong one?

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. nsq

    A realtime distributed messaging platform

    https://nsq.io/ is also very reliable, stable, lightweight, and easy to use.

  11. chronomq

    A high-throughput, cancelable, job-scheduling queue

    After hitting my own posts on the Google groups while sleepily debugging the segfault at wee hours of the morning and getting falsely excited about the possibility of a fix, I gave up and wrote a replacement: https://github.com/chronomq/chronomq

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: What Is the SQLite of Queues?

    3 projects | news.ycombinator.com | 25 Jul 2024
  • Any thoughts on using Redis to extend Go's channels across application / machine boundaries?

    2 projects | /r/golang | 1 Mar 2023
  • FileWave: Why we moved from ZeroMQ to NATS

    2 projects | /r/golang | 6 Feb 2023
  • Processing billions of events in real time at Twitter

    3 projects | news.ycombinator.com | 15 Nov 2021
  • Testing Microservices: Message Isolation for Kafka, SQS, More

    1 project | dev.to | 7 Apr 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?