How OpenMAMA Works OpenMama uses a common publish/subscribe idiom (pub/sub). In this messaging pattern the messages are not sent directly to the receivers, but published to a topic. Subscribers express interest in one or more topic, and receive only messages that concern them. This decoupling of publishers and subscribers allows for greater scalability. -----
hmm.. zmq has most of this functionality... :) W dniu 2 listopada 2011 15:21 użytkownik Martin Sustrik <[email protected]>napisał: > On 11/02/2011 03:12 PM, Daniel Cegiełka wrote: > >> >> http://www.wired.com/**wiredenterprise/2011/10/nyse-**open-mama/<http://www.wired.com/wiredenterprise/2011/10/nyse-open-mama/> >> >> http://www.openmama.org/what-**is-openmama<http://www.openmama.org/what-is-openmama> >> >> http://www.openmama.org/**developers/architecture<http://www.openmama.org/developers/architecture> >> > > Yes. Seen that. Now the only piece missing is 0MQ mamaTransport :) > > Martin >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
