Android Runtimeがアップデート! MessageQueue刷新と世代別GCの真価
https://gihyo.jp/article/2026/04/android-weekly-topics-260416?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #スマートフォン #スマホ #Android #アップデート #MessageQueue #DeliQueue #GC
Android Runtimeがアップデート! MessageQueue刷新と世代別GCの真価
https://gihyo.jp/article/2026/04/android-weekly-topics-260416?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #スマートフォン #スマホ #Android #アップデート #MessageQueue #DeliQueue #GC
Kafka: Queue & Pub-Sub Together 📨
Queue (1-to-1):
1 consumer group, consumers = partitions
Each message → 1 consumer only
Pub-Sub (1-to-many):
Multiple consumer groups
Each group → all messages
Traditional systems need separate tools.
Kafka does both natively!
Anything can be a message queue if you use it wrongly enough
https://xeiaso.net/blog/anything-message-queue
#HackerNews #AnythingCanBeAMessageQueue #MessageQueue #Misuse #TechHumor #SoftwareDevelopment
A Go service that exposes a FIFO message queue in RAM
https://github.com/raiyanyahya/zapq
#HackerNews #Go #FIFO #RAM #Queue #GoLang #MessageQueue #TechInnovation
⚡ A single‑binary Go microservice that exposes a First‑In First‑Out message queue completely in RAM. - GitHub - raiyanyahya/zapq: ⚡ A single‑binary Go microservice that exposes a First‑In First‑Ou...
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
#CrystalLang supporting #AMQP 0-9-1 (like 🐰 #RabbitMQ) and #MQTT (popular in 🤖 #IoT).
🎄✨ This holiday season, unwrap the gift of networking mastery! 🎁 Chapters 12-15 of "Beyond Boundaries: Network Programming with C# 12 and .NET 8" are here! Dive into MQTT, gRPC, WebHooks, & Message Queuing.
📖 Explore now: https://csharp-networking.com
The best tech gift is knowledge! 🖥️🎅
#CSharp #DotNet #aspnetcore #networkprogramming #mqtt #grpc #webhooks #messagequeue
Have questions or feedback about the book? My email is [email protected].
yeah, no shit that function doesn't do exactly once delivery. No, I'm not going to just fix that in a few lines of code today.
Yes, I know the other guy promised to fix it to do that. he's paid by the hour, and he put in a check. that's the code that I'm looking at, which failed when there was a DB timeout and didn't deliver at all. #messageQueue
@pauliehedron @stevenroose Not that one can't make multiprocess software in Javascript with a #MessageQueue like #0MQ or others.
I'd still recommend something like #Erlang to handle that sort of horizontal scaling sanely with proper supervision trees, but having something currently working (however efficiently) is still good.