richardmillen / zguide-examples

Implementations of the 0MQ examples in the guide.
http://zguide.zeromq.org/page:all
4 stars 0 forks source link

Disconnected Reliability (Titanic Pattern) in C++ #18

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Implement the Disconnected Reliability (Titanic Pattern) example.

Once you realize that Majordomo is a "reliable" message broker, you might be tempted to add some spinning rust (that is, ferrous-based hard disk platters). After all, this works for all the enterprise messaging systems. It's such a tempting idea that it's a little sad to have to be negative toward it. But brutal cynicism is one of my specialties.

richardmillen commented 7 years ago

Leaving this for now as it depends on Majordomo. May return to it at a later date.