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::AMQP - input and output message-pass messages via AMQP.

Author

       Tomas (t0m) Doran <bobtfish@bobtfish.net>

Description

       An AMQP adaptor for Message::Passing for speaking to AMQP servers, for example RabbitMQ
       <http://www.rabbitmq.com/> or QPID.

License

       GNU Library General Public License, Version 2.1

perl v5.36.0                                       2022-11-19                        Message::Passing::AMQP(3pm)

Name

       Message::Passing::AMQP - input and output message-pass messages via AMQP.

Protocol Version

       This adaptor supports all versions of the AMQP protocol supported by AnyEvent::RabbitMQ.

See Also

       Message::Passing::Output::AMQP
       Message::Passing::Input::AMQP
       Message::Passing
       AnyEvent::RabbitMQ

Synopsis

           # Terminal 1:
           $ message-pass --input STDIN --output AMQP --output_options '{"exchange_name":"test","hostname":"127.0.0.1","username":"guest","password":"guest"}'
           {"data":{"some":"data"},"@metadata":"value"}

           # Terminal 2:
           $ message-pass --output STDOUT --input AMQP --input_options '{"queue_name":"test","exchange_name":"test","hostname":"127.0.0.1","username":"guest","password":"guest"}'
           {"data":{"some":"data"},"@metadata":"value"}

See Also