[rabbitmq-discuss] RabbitMQ and Avro

Michael Klishin michael.s.klishin at gmail.com
Thu Jun 13 22:12:17 BST 2013


2013/6/14 Mark <static.void.dev at gmail.com>

> Anyone use Avro with RabbitMQ for event aggregation. Is so, would you mind
> sharing you experiences?


Mark,

RabbitMQ is content agnostic so you can use any serialization library with
it.

For event aggregation, protocol buffers worked well for me. Protocol
buffers help enforce
schema to some extent. Because all events share some properties (e.g.
timestamp, type),
having some structure enforced by the message format is helpful in the long
term.
-- 
MK

http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130614/65a9925a/attachment.htm>


More information about the rabbitmq-discuss mailing list