http://martinfowler.com/articles/microservices.html

In this excellent publication Martin Fowler references 0MQ as a possible light weight bus to communicate events/messages between micro-services.

The main article focuses on using http - atom/json with a pull model, for Internet scale collaboration . Does anyone know how 0MQ can be used instead? For example, is it also a PULL model therefore pub-sub model or polling consumer where consumers claim events - or it a PUSH model with competing consumers? Is atom/json used as the payload.

If a pull model, how is the atom feed/store maintained on the provider?

Any thoughts? Gareth.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to