logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Message::Passing::Input::ZeroMQ - input messages from ZeroMQ.

Attributes

       See "CONNECTION ATTRIBUTES" in Message::Passing::ZeroMQ

   subscribe
       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.

Description

       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.

Name

       Message::Passing::Input::ZeroMQ - input messages from ZeroMQ.

See Also

       Message::Passing::ZeroMQ
       Message::Passing::Output::ZeroMQ
       Message::Passing
       ZeroMQ
       <http://www.zeromq.org/>

Sponsorship

       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>

Synopsis

           message-passing --output STDOUT --input ZeroMQ --input_options '{"socket_bind":"tcp://*:5552"}'

See Also