Using Apache Avro for passing Java objects through a message broker

from blog Kevin Boone's website, | ↗ original
This article describes how to use Apache Avro to flatten a Java object, pass it through a JMS-compatible message broker, and reconstruct it again. Avro is a compact, schema-based data representation that is becoming increasingly important in messaging applications.