Message::Passing::Input::ZeroMQ(3pm) | User Contributed Perl Documentation | Message::Passing::Input::ZeroMQ(3pm) |
Message::Passing::Input::ZeroMQ - input messages from ZeroMQ.
message-passing --output STDOUT --input ZeroMQ --input_options '{"socket_bind":"tcp://*:5552"}'
A Message::Passing ZeroMQ input class.
Can be used as part of a chain of classes with the message-passing utility, or directly as an input with Message::Passing::DSL.
See "CONNECTION ATTRIBUTES" in Message::Passing::ZeroMQ
If the input socket is a "SUB" socket, then the "ZMQ_SUBSCRIBE" socket option will be set once for each value in the subscribe attribute.
Defaults to '', which means all messages are subscribed to.
This module exists due to the wonderful people at Suretec Systems Ltd. <http://www.suretecsystems.com/> who sponsored its development for its VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use with the SureVoIP API - <http://www.surevoip.co.uk/support/wiki/api_documentation>
See Message::Passing::ZeroMQ.
2021-12-22 | perl v5.32.1 |