Ubuntu Manpages

Message::Passing::Output::AMQP

output messages to AMQP.

    message-pass --input STDIN --output AMQP --output_options '{"exchange_name":"test","hostname":"127.0.0.1","username":"guest","password":"guest"}'

A Message::Passing AnyEvent::RabbitMQ output class.

Can be used as part of a chain of classes with the message-pass utility, or directly as a logger in normal perl applications.

Sends a message.

<http://www.zeromq.org/>

See Message::Passing::AMQP.