NAME
Message::Passing::Output::AMQP::Proxy - output messages to AMQP.
SYNOPSIS
message-pass --input STDIN --output AMQP::Proxy --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.
Takes the routeing key and exchange from the @rk
and @exchange
fields.
METHODS
consume
Sends a message.