Kontiki, a microservices framework in Python.
github.com/kontiki-org/kontiki

#python #kontiki #amqp #rabbitmq #flask #fastapi #microservices

Message Queues: A Simple Guide with Analogies - CloudAMQP

This guide explains message queues with analogies: databases, warehouses and post offices.

CloudAMQP

🐰 RabbitMQ es el broker de mensajería líder para sistemas distribuidos. Aprende su arquitectura, instalación y cuándo elegirlo sobre Kafka. ¡Potencia tus proyectos! 🚀

Lee más 👉 https://www.soloingenieria.org/ingenieria-en-sistemas/rabbitmq/

#RabbitMQ #MessageBroker #Microservicios #SistemasDistribuidos #DesarrolloDeSoftware #AMQP #Programación

En sistemas distribuidos, perder un mensaje puede significar perder dinero. RabbitMQ garantiza que cada mensaje llegue a su destino, sin importar las circunstancias. 📨

#RabbitMQ #MessageBroker #Microservicios #SistemasDistribuidos #DesarrolloDeSoftware #AMQP #Programación

Does anyone know of a "tiny" message broker? Something that can be hosted as a single binary? No Redis/S3 stuff needed, just queues.

#SelfHost #Kafka #RabbitMQ #AMQP

Dive into the latest releases from #Spring 👉 https://bit.ly/3K9wRmf

GA releases of Spring Boot, Spring Security, Spring for GraphQL, Spring Integration, Spring Modulith, Spring REST Docs and Spring Batch.

#Java #SpringBoot #SpringSecurity #SpringFramework #ApacheKafka #AMQP #GraphQL

Just released v0.6.0-alpha.2 of bunny/bunny the #PHP #AMQP client powered by @reactphp. One bugfix and two new features added in this second alpha namely, Configuration object and DSN support. Full notes here: https://github.com/jakubkulhan/bunny/releases/tag/v0.6.0-alpha.2

#ReactPHP

Release v0.6.0-alpha.2 · jakubkulhan/bunny

Since v0.6.0-alpha.1 Non-Breaking Changes: Added support for DSNs DSN To make configuration simple, and support existing standards, DSN (configuration by URL) has been added: use Bunny\Client; us...

GitHub
🌘 RabbitMQ Streams 引入伺服器端 SQL 過濾功能
➤ 透過伺服器端 SQL 過濾,大幅提升訊息處理效率
https://www.rabbitmq.com/blog/2025/09/23/sql-filter-expressions
RabbitMQ 4.2 透過引入 SQL 過濾表達式,為 Streams 提供強大的伺服器端訊息過濾能力。此功能能大幅減少網路流量和客戶端處理負擔,讓只有消費者真正關心的訊息才能離開伺服器。結合 Bloom 濾波器和 SQL 過濾,其過濾速率可達每秒超過 400 萬則訊息,特別適用於高選擇性且高輸入率的場景。
+ 這個新功能聽起來太棒了!終於可以不用在客戶端做那麼多過濾了。
+ 結合 Bloom 濾波器和 SQL 過濾確實是個聰明的做法,效率提升非常明顯。
#RabbitMQ #Streams #AMQP 1.0 #過濾
Broker-Side SQL Filtering with RabbitMQ Streams | RabbitMQ

RabbitMQ 4.2 introduces SQL filter expressions for streams, enabling powerful broker-side message filtering.

From a business fix at JPMorgan to a global ISO standard - this #InfoQ video traces the 18-year journey of #AMQP!

Discover the technical & political challenges, and why #OpenStandards are critical for avoiding vendor lock-in.

🔗 Dive into the details: https://bit.ly/46RI2Jd

#AdvancedMessageQueuingProtocol #Messaging #SOA #SoftwareArchitecture

Time for a release Friday release: Bunny v0.6.0-alpha.1 is out with a host of changes since v0.5: https://github.com/jakubkulhan/bunny/releases/tag/v0.6.0-alpha.1

It's been a lot of fun doing this major rework on Bunny's internals into a full @reactphp client while using fibers internally to simplify the public API.

#php #amqp #reactphp #rabbitmq #bunny #async

Release v0.6.0-alpha.1 · jakubkulhan/bunny

Non-Breaking Changes: Merged clients into one Marked Client and Channel final through doc block and introduced interfaces for them for unit testing Dropped build in event loop, socket, and stream ...

GitHub