It's hard for me to understand the ZeroMQ messaging system, so before I dive in, I would like to find out if anyone knows if what I really want to do is possible.
I want to configure a pubsub server with ZeroMQ, which will publish certain data streams and subscribe to some of these streams, the user must be authenticated to find out if they have access to these streams. Everything I saw has a subscription with the zmq.SUBSCRIBE command.
Can this be changed for authentication? Does he support it out of the box?
authentication message-queue zeromq
jps
source share