[zeromq-dev] Forcing subscriber to get all queues from publisher

Martin Sustrik sustrik at 250bpm.com
Fri Oct 1 17:03:47 CEST 2010


Uung,

> I'm using pyzmq but my subscriber script doesn't always get queues
> sent from my publisher script, some queue missing when recv_pyobj()
> get called
> Is there a way to force pyzmq subscriber to get all queues that being
> send from my publisher script anytime when recv_pyobj() get called?

I would say you are using PUB/SUB and connecting *after* the message is 
sent. In that case you won't get it.

Please, read the user guide to understand how the individual socket 
types work.

Martin



More information about the zeromq-dev mailing list