Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Kafka vs. JMS/MQ
Description: An airhacks.fm conversation with Andrew Schofield, Chief Architect, Event Streams at IBM about:
1982, Dragon 32 and Basic Programming with 12, starting with JDK 1.0,
writing a JMS provider for WebSphere v6,
no ceremony JMS, Apache Kafka considered simple,
why writing a Kafka application is harder than a JMS application,
there is a big architectural difference between Kafka and JMS, or message queuing and event stores, Kafka remembers historical data,
JMS is about fowarding messages, with Kafka it is harder to write conversational systems, clustering singletons is hard, running Kafka on a single node is easy,
"deliver once and only once" is the...