we need to maintain queues for thousands external clients and continuously broadcast data for them. is zeromq good for this thing? i.e. managing queues for external clients, like a server.
if we will broadcast protobuf objects, will be they able to process them without zeromq?