Send to arbitrary client with ZQM

Viewed 18

I'm putting together an application where there are many untrusted clients and a single server connected over the public internet. I want to be able to receive a message from client A and send data to client B based on that. Each client will occasionally send data and constantly watch for incoming data with no relation between the number of messages sent and received.

How does this communication pattern map into ZMQ?

0 Answers
Related