#amqp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #amqp, aggregated by home.social.
-
Tagged bunny/bunny v0.6.0-alpha.3 earlier today: https://github.com/jakubkulhan/bunny/releases/tag/v0.6.0-alpha.3
This is the last alpha release; next will be one or two beta releases, adding some quality of life improvements before the stable v0.6.0 release.
This release comes with 20+ merged PR's mainly focusing on stability, which is partially why this final alpha took longer to get out. Because getting it extremely stable takes time.
-
Tagged bunny/bunny v0.6.0-alpha.3 earlier today: https://github.com/jakubkulhan/bunny/releases/tag/v0.6.0-alpha.3
This is the last alpha release; next will be one or two beta releases, adding some quality of life improvements before the stable v0.6.0 release.
This release comes with 20+ merged PR's mainly focusing on stability, which is partially why this final alpha took longer to get out. Because getting it extremely stable takes time.
-
iRODS Development Update: May 2026
https://irods.org/2026/05/irods-development-update-may-2026/
-
Working with #AI, various AIs, I finally started talking to Github CoPilot and we finally found a purpose for this project
of course, lots of refactoring and modernizing, but AI walked me through the proposed changes and I signed-off
All this is reflected in the project wiki
#amqp is still the binding fabric but we've shattered the previous exchange and queue bindings, eliminating #bi-focused consumers, and in doing so have increased our throughput exponentially 🎆
-
I used a PHP project I worked on the last ten or so years prior to retirement that was a non-generic back-end data-processing system built around #amqp scaffolding
It went into production on a couple of iterations, with one hitting 952 days of uptime w/out a reboot or restart 💪
But the project, as it was, isn't good enough...
-
KontikiTUI a terminal UI to monitor Kontiki services.
https://github.com/kontiki-org/kontiki-tui
#kontiki #þython #amqp #rabbitmq #async #microservices #kontikitui
-
Kontiki 1.0.2 released.
https://github.com/kontiki-org/kontiki# kontiki #python #amqp #rabbitmq #async #microservices
-
Message Queues: A Simple Guide with Analogies
https://www.cloudamqp.com/blog/message-queues-exaplined-with-analogies.html
#ycombinator #RabbitMQ #LavinMQ #CloudAMQP #AMQP #hosted_RabbitMQ #RabbitMQ_hosting #cloud_AMQP #message #queues #hosting #cloud #decouple #distrubute #scale -
Message Queues: A Simple Guide with Analogies
https://www.cloudamqp.com/blog/message-queues-exaplined-with-analogies.html
#ycombinator #RabbitMQ #LavinMQ #CloudAMQP #AMQP #hosted_RabbitMQ #RabbitMQ_hosting #cloud_AMQP #message #queues #hosting #cloud #decouple #distrubute #scale -
🐰 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.
-
Does anyone know of a "tiny" message broker? Something that can be hosted as a single binary? No Redis/S3 stuff needed, just queues.
-
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
-
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
-
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
-
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
-
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.
-
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.
-
Seeing the difference in numbers, 10 years apart, countless upgrades and changes to @reactphp, merged Sync and Async clients into one non-blocking (fiber) client, many improvements to PHP since, it hypes me up with excitement for what is next. Also added ext-amqp to the comparison: https://github.com/jakubkulhan/bunny?tab=readme-ov-file#comparison
-
Seeing the difference in numbers, 10 years apart, countless upgrades and changes to @reactphp, merged Sync and Async clients into one non-blocking (fiber) client, many improvements to PHP since, it hypes me up with excitement for what is next. Also added ext-amqp to the comparison: https://github.com/jakubkulhan/bunny?tab=readme-ov-file#comparison
-
Added ext-amqp numbers to the table as well! It's awesome to see Bunny outrun a #C extension :micdrop:
-
Added ext-amqp numbers to the table as well! It's awesome to see Bunny outrun a #C extension :micdrop:
-
Currently re-running benchmarks for Bunny to prepare for the first 0.6 alpha/beta. And hot damn, those numbers changed in 10 years. Also running them for php-amqplib to get a fair and proper update. But I'm so hyped for how much those numbers have improved!
-
Currently re-running benchmarks for Bunny to prepare for the first 0.6 alpha/beta. And hot damn, those numbers changed in 10 years. Also running them for php-amqplib to get a fair and proper update. But I'm so hyped for how much those numbers have improved!
-
Тонкие настройки отправки сообщения в RabbitMQ
Сообщения в RabbitMQ — это основные единицы данных, которые передаются между продюсерами и потребителями. Понимание их структуры и возможностей позволяет эффективно управлять потоком данных в распределенных системах. В этой статье мы разберем анатомию сообщений, обязательные и опциональные компоненты, а также реализуем пример отправки объекта с настройкой свойств
https://habr.com/ru/companies/otus/articles/928152/
#RabbitMQ #брокер_сообщений #очередь_сообщений #AMQP #обменник_RabbitMQ #direct_exchange #dead_letter_queue #message_TTL #message_priority
-
Oh wow, according to @codetrendr (account should start mirroring soon) #LavinMQ was 🚀 trending on #GitHub two weeks ago? 🤩
For those who don't know: it's a #MessageQueue written in :crystal: #CrystalLang supporting #AMQP 0-9-1 (like 🐰 #RabbitMQ) and #MQTT (popular in 🤖 #IoT).
-
Oh wow, according to @codetrendr (account should start mirroring soon) #LavinMQ was 🚀 trending on #GitHub two weeks ago? 🤩
For those who don't know: it's a #MessageQueue written in :crystal: #CrystalLang supporting #AMQP 0-9-1 (like 🐰 #RabbitMQ) and #MQTT (popular in 🤖 #IoT).
-
RabbitMQ на Rust: библиотека Lapin
Привет, Хабр! Сегодня рассмотрим библиотеку Lapin в Rust. Lapin — это библиотека, реализующая протокол AMQP 0.9.1, она помогает взаимодействовать с RabbitMQ .
-
More #AMQP 1.0 features are coming in #RabbitMQ 4.1, including Filter Expressions for consuming from a Stream.
https://www.rabbitmq.com/blog/2024/12/13/amqp-filter-expressions
-
The initial idea of a #rust #lapin based helper lib was about message processing, seems plain and simple:
!. state the #amqp url, queue_name, types for input and output (and output error, I slipped at this one)
2. the lib starts listening at queue_name queue for input messages
3. input messages produce output messages that get published on queue_name_response queue
4. anyone is free to listen on the queue_name_response queue to catch the responses. -
The initial idea of a #rust #lapin based helper lib was about message processing, seems plain and simple:
!. state the #amqp url, queue_name, types for input and output (and output error, I slipped at this one)
2. the lib starts listening at queue_name queue for input messages
3. input messages produce output messages that get published on queue_name_response queue
4. anyone is free to listen on the queue_name_response queue to catch the responses. -
#Fedify now has an #AMQP driver! This means you can use #RabbitMQ as Fedify's message queue. To use it, first install the @fedify/amqp package, then set it up like below:
import { createFederation } from "@fedify/fedify"; import { AmqpMessageQueue } from "@fedify/amqp"; import { connect } from "amqplib"; const federation = createFederation({ queue: new AmqpMessageQueue(await connect("amqp://localhost")), // ... other configurations });Oh, and we've also added results from
AmqpMessageQueueto our benchmarks. -
#Fedify now has an #AMQP driver! This means you can use #RabbitMQ as Fedify's message queue. To use it, first install the @fedify/amqp package, then set it up like below:
import { createFederation } from "@fedify/fedify"; import { AmqpMessageQueue } from "@fedify/amqp"; import { connect } from "amqplib"; const federation = createFederation({ queue: new AmqpMessageQueue(await connect("amqp://localhost")), // ... other configurations });Oh, and we've also added results from
AmqpMessageQueueto our benchmarks. -
We published a new blog post:
https://www.rabbitmq.com/blog/2024/10/11/modified-outcomeWith #AMQP 1.0, clients can now modify message headers when re-queuing or dead-lettering to #RabbitMQ
-
-
With the upcoming #RabbitMQ 4.0 release supporting #AMQP 1.0 as a core protocol, we’re fully leveraging one of AMQP 1.0’s key features: 𝐟𝐥𝐨𝐰 𝐜𝐨𝐧𝐭𝐫𝐨𝐥.
In our latest blog post, we:
• Break down how AMQP 1.0 flow control works.
• Show how RabbitMQ 4.0 utilises AMQP 1.0 flow control.
• Highlight ten advantages of AMQP 1.0 over AMQP 0.9.1.
• Present two benchmarks demonstrating scenarios where AMQP 1.0 greatly outperforms AMQP 0.9.1, thanks to flow control. -
#AMQP 1.0 becomes a core protocol in #RabbitMQ 4.0:
https://www.rabbitmq.com/blog/2024/08/05/native-amqp -
Запустили нішу АІ у 2023-му, а офіс переобладнали у «фортецю». Як зростає та розвивається Brainstack_ https://itc.ua/ua/articles/zapustyly-nishu-ai-u-2023-mu-a-ofis-pereobladnaly-u-fortetsyu-yak-zrostaye-ta-rozvyvayetsya-brainstack_/ #Партнерськийпроєкт #Crypto&Blockchain #ВолодимирСитніков #ParentalControl #Swift(SwiftUI) #LvivITCluster #PHP(Symfony) #Brainstack_ #Kubernetes #PostgreSQL #VanillaJS #React.js #Wellness #Flutter #MongoDB #Next.js #Node.js #Kotlin #Python #MySQL #AMQP #HTTP #AI
-
Как работать с MassTransit и RabbitMQ: реализуем RPC с Saga и без
Привет, Хабр! Меня зовут Евгений, я backend-разработчик SimbirSoft. В этой статье я разберу два варианта решения нетривиальной задачи создания RPC через брокер сообщений RabbitMQ и библиотеку MassTransit. Подробно разберём подключение MassTransit и работу с Saga. Тема будет полезна как для начинающих, так и опытных backend-разработчиков .NET. 🚌 Поехали!
-
Merged https://github.com/jakubkulhan/bunny/pull/147 earlier today into the 0.6 dev branch. You can test it out with composer require bunny/bunny:^0.6@dev. Looking forward to any feedback on it before releasing bunny/bunny 0.6 in a few months. With the following other changes:
* @phpstan at max level
* fully typed and type templated where needed
* fully lazy client (automatic connects and disconnections) -
Kinda forgot how much fun it was to write code stitching map tiles together, and also how easy it was. Currently at 82 lines of #PHP. Once finished it will be a new package, as the #golang has some massive glaring bug in it that took me 6 years to find. Sprinkling some threads and #AMQP over this once it's done. The home clusters fans will sing once more
-
🥁🥳📢 #SpringModulith 1.0.1 and 1.1 M1 released! The latter ships event externalization for #Kafka, #AMQP & #JMS (blog post following soon), an API to deal with completed and incomplete events, @neo4j support for the EPR (thanks to @meistermeier) 🍃📦 https://spring.io/blog/2023/09/21/spring-modulith-1-1-m1-and-1-0-1-released
-
🥁📢 I just merged support for event externalization for #SpringModulith. A transaction-bound outbox pattern implementation for #SpringBoot applications to target #Kafka, #AMQP- and #JMS-based brokers. Check out the docs and give the snapshots a try! https://docs.spring.io/spring-modulith/docs/current-SNAPSHOT/reference/html/#events.externalization 🍃📦
-
GA: #Azure Event Hubs Dedicated self-serve scalable clusters for mission critical #Kafka, #AMQP and #HTTPs workloads http://azure.microsoft.com/en-us/updates/generally-available-azure-event-hubs-dedicated-selfserve-scalable-clusters-for-mission-critical-kafka-amqp-and-https-workload/ #EventHubs