nn_pubsub - publish/subscribe scalability protocol
#include <nanomsg/nn.h>
#include <nanomsg/pubsub.h>
Broadcasts messages to multiple destinations.
This socket is used to distribute messages to multiple destinations. Receive operation is not defined.
Receives messages from the publisher. Only messages that the socket is subscribed to are received. When the socket is created there are no subscriptions and thus no messages will be received. Send operation is not defined on this socket.
Defined on full SUB socket. Subscribes for a particular topic. Type of the option is string.
Defined on full SUB socket. Unsubscribes from a particular topic. Type of the option is string.
Martin Sustrik <sustrik@250bpm.com>