Hi Guilherme, > Hi. I'm starting to use Zeromq, and would like to know what happens with > messages published and not consumed. Are them erased? Or they are > acumulated until some subscriber consumes it?
They are accumulated (queued). That's what MQ in 0MQ stads for. It's "message queueing". Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
