Scroll to navigation

Message::Passing::Output::AMQP(3pm) User Contributed Perl Documentation Message::Passing::Output::AMQP(3pm)
 

NAME

Message::Passing::Output::AMQP - output messages to AMQP.

SYNOPSIS

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

DESCRIPTION

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.

METHODS

consume

Sends a message.

SEE ALSO

Message::Passing::AMQP
Message::Passing::Input::AMQP
Message::Passing
AMQP
<http://www.zeromq.org/>

AUTHOR, COPYRIGHT AND LICENSE

See Message::Passing::AMQP.
2012-06-10 perl v5.14.2