FUD
FUD

Reputation: 5184

ZeroMQ/JeroMQ publish one message on multiple topics

Is it possible for zmq pub socket to publish same message on multiple topics? Or put another way is it possible for a sub socket to match one of the many prefixes in a pub/sub envelope's header frames?

Upvotes: 3

Views: 641

Answers (1)

offby1
offby1

Reputation: 6983

I'm pretty sure the answer is "no" -- the SUB socket does prefix matching on the first frame only.

Upvotes: 3

Related Questions