richardmillen / zguide-examples

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

Pub-Sub Tracing (Espresso Pattern) in C++ #24

Closed richardmillen closed 7 years ago

richardmillen commented 7 years ago

Implement the Pub-Sub Tracing (Espresso Pattern) example.

Let's start this chapter by looking at a way to trace pub-sub networks. In Chapter 2 - Sockets and Patterns we saw a simple proxy that used these to do transport bridging. The zmq_proxy() method has three arguments: a frontend and backend socket that it bridges together, and a capture socket to which it will send all messages.