I want to implement an Out-of-Band-Snapshot using NetMQ. zeroMQ (ØMQ) describes this concept in "Chapter 5 - Advanced Pub-Sub Patterns" in the section "Getting-an-Out-of-Band-Snapshot". There are also examples of a server realizing this pattern in C and Java.
What is the NetMQ equivalent for C's zthread_fork() function or Java's ZThread.fork() method?