#rabbitmq
How resilient is your messaging stack compared to everyone else? We’re running the State of Enterprise Messaging & Resilience survey,

🔗 Take the survey: seventhstate.io/the-state-of...

Your insight helps shape the future of enterprise messaging.

#Messaging #RabbitMQ #Kafka #OpenSource #DevOps
November 10, 2025 at 5:54 PM
🚀 #RabbitMQ 4.2.0 has just been released!
🔗 github.com/rabbitmq/rab...

🔍 Key highlights:
• Khepri as the default metadata store
• Server-side #SQL filter expressions for streams
• Direct Reply-To support for #AMQP 1.0
• Local shovels
Release RabbitMQ 4.2.0 · rabbitmq/rabbitmq-server
RabbitMQ 4.2.0 is a new feature release. Breaking Changes and Compatibility Notes Default value for AMQP 1.0 durable field. Starting with RabbitMQ 4.2, if a sending client omits the header section,...
github.com
October 29, 2025 at 7:55 AM
Events

Me deu vontade de trabalhar uma aplicação em C# que use Event Modeling, Event Sourcing e Event-Driven.

Seriam 4 serviços, um docker pra banco de dados e outro pra RabbitMQ, só pra ensinar o básico numa série de posts.

Semana que vem penso com calma.

Beijo no esôfago. 🤓🍿
October 29, 2025 at 8:53 PM
这两天准备学RabbitMQ,但是在搭建环境的时候又遇到问题,搞了三个小时还是没办法解决。主要还是虚拟机网络的问题,我已经习惯了,每次搭建环境会遇到各种问题,但是每次浪费那么多时间还是没有解决的话,感觉很可惜。下次如果在一个小时内没有办法解决的话,就跳过这部分,去做别的事情了。不过真的得解决centos的iso问题,之后才能接着学elastic search。
明天早上花一个小时左右,再次尝试搭建环境,如果还是不行的话,那就只看文档先去理解技术点,然后和AI对话理解项目架构。
October 29, 2025 at 12:22 PM
I've been wrangling with @rabbitmq.com all morning/afternoon: I think I finally got the new setup for quests figured out. I'll share some screenshots in the replies. Gonna try to send a stream soon to test it out: stop by to see if the server melts down! #gamedev

www.twitch.tv/reklawcodes
October 23, 2025 at 10:14 PM
If you're starting a project with NServiceBus, one of the first choices you need to make is what message transport to use. RabbitMQ, Azure Queues / Service Bus, Amazon SQS, or even MSMQ? Check out our guidance on transport selection here https://docs.particular.net/transports/selecting
Selecting a transport • NServiceBus
A guide for selecting the right NServicebus transport.
docs.particular.net
January 9, 2025 at 7:33 PM
queimei todos os meus neurônios fazendo o POC de Celery + RabbitMQ (quase terminando)
September 13, 2024 at 8:36 PM
Nice - @DZone picked up my blog post on Ingesting #MQTT Traffic into #RiakTS via #RabbitMQ and #StreamSets https://dzone.com/articles/ingesting-mqtt-traffic-into-riak-ts-via-rabbitmq-a
November 14, 2024 at 11:46 PM
Ah yes, I'm an expert in GitHub, GitLab, Bitbucket, Jenkins, CircleCI, Perforce, Docker, Kubernetes, Prometheus, AWS, GCP, Azure, IAM, DNS, NewRelic, Datadog, Postgres, MySQL, MongoDB, RabbitMQ, Redis, Rancher, ArgoCD, Flux, Linkerd, Istio, Traefik, HAProxy, Envoy, Nginx, Terraform, Vault,
December 8, 2024 at 3:51 PM
So, to give a bold comparison, saying that Kafka is an event store is almost like saying that RabbitMQ is a database.

I really like Kafka; I've been using it successfully, along with the Event Sourcing tool. That's why I believe it's important to know the difference make right decisions.

5/
January 9, 2025 at 11:43 AM
Day 12 of #100daysofcode

Måtte brått fikse noe på børsroboten da eg hadde en hel haug med meldinger i rabbitMQ som ikke var acknowledged.

Har lagt in time to live på meldingene no. Så de skl ikke bli hengende om noe skjer
January 12, 2024 at 10:23 PM
Modern massive scale applications use Python, Linux, NGiNX, Puppet, Riak, RabbitMQ even in government. http://t.co/4qDBoiN20K
November 23, 2024 at 9:39 AM
RabbitMQ and Neo4J.

It's going to be awesome!
November 2, 2024 at 8:05 AM
Experimenting with using postgres as a job queue for background jobs and cron jobs. Not having to manage any separate "real" queue like rabbitmq or similar seems amazing and will simply my stack and code considerable!

#postgres #programming #queue #dotnet #rabbitmq
December 15, 2024 at 6:49 PM
Repost, because too many people still think that Kafka (or Event Hubs) is a message queue. It's not.

"Events, Data Points, and Messages - Choosing the right Azure messaging service for your data"

(Advice also applies to Kafka vs. ActiveMQ, RabbitMQ, etc)
https://t.co/ZzP1tSvILS
November 17, 2024 at 1:54 PM
📦 yl-logger/async-logger v1.0.3

Laravel async logger with RabbitMQ and MongoDB

🔗 https://github.com/zhaozhatian/yl-logger
May 27, 2025 at 4:59 AM
How to use RabbitMQ with Docker and Docker Compose; a beginner’s guide
How to use RabbitMQ with Docker and Docker Compose; a beginner’s guide
Learn how to run Rabbitmq with docker and docker compose in this useful tutorial.
geshan.com.np
June 28, 2025 at 9:15 AM
📦 gan068/laravel-rabbit-mq-logger 1.0.1

produce log to RabbitMQ queue

🔗 https://github.com/gan068/laravel-rabbit-mq-logger
July 8, 2025 at 5:58 AM
📦 channext/channext-rabbitmq 1.5.7

The RabbitMQ integration for Channext services

🔗 https://github.com/Channext/channext-rabbitmq
July 29, 2025 at 9:02 AM
📦 pnixx/clickhouse-queue 1.0.5

Clickhouse insert buffer queue using RabbitMQ

🔗 https://github.com/PNixx/clickhouse-queue
July 17, 2025 at 7:59 AM
Mar 8, 2024

Continuing from yesterday's push notification project: I setup RabbitMQ as the message broker to aggregate and queue tasks to Celery whilst implementing flower for Celery's task UI at port 5555. Unfortunately, my implementation of celery caused a Server Error (500)
June 4, 2025 at 4:56 PM
Why stop at one carrot? 🥕 Go beyond RabbitMQ and master messaging queues & event-driven tech at MQSummit. Stay on top of the whole stack! #MQSummit #EventDriven #Messaging mqsummit.com#newsletter
June 13, 2025 at 9:02 AM
📦 techapi/rabbitmq-lib v1.0.13

Integração RabbitMQ

🔗 https://github.com/CredFranco/rabbitmq-lib
August 20, 2025 at 7:58 PM
🚀 Built a full e-commerce order system with @ClaudeCode's multi-agent team! 🤖 Experts handle requirements→code→review→testing automatically. 1000+ concurrent users, Redis/MySQL/RabbitMQ. Full autonomy, zero human intervention.
#ClaudeCode #Claude
aidisruption.ai/p/claude-cod...
Claude Code Multi-Agent: Complete RD Workflow Guide
Build an e-commerce order system with Claude Code's multi-agent workflow: automated development from requirements to deployment with full source code.
aidisruption.ai
August 20, 2025 at 1:53 PM