Posts tagged with #messaging

Apache Kafka: Distributed Streaming Platform

Learn how Apache Kafka handles distributed streaming with partitions, consumer groups, exactly-once semantics, and event-driven architecture patterns.

Message Queue Types: Point-to-Point vs Publish-Subscribe

Understand the two fundamental messaging patterns - point-to-point and publish-subscribe - and when to use each, including JMS, AMQP, and MQTT protocols.

RabbitMQ: The Versatile Message Broker

Explore RabbitMQ's exchange-queue-binding model, routing patterns, dead letter queues, and how it compares to Kafka for different messaging workloads.