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"}

DESCRIPTION

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

PROTOCOL VERSION

This adaptor uses the 0.8 version of the \s-1AMQP\s0 protocol, as currently shipped with AnyEvent::RabbitMQ.

RELATED TO Message::Passing::AMQP…

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

AUTHOR

Tomas (t0m) Doran <[email protected]>

COPYRIGHT

Copyright The above mentioned \s-1AUTHOR\s0 2012.

LICENSE

\s-1GNU\s0 Affero General Public License, Version 3

If you feel this is too restrictive to be able to use this software, please talk to us as we'd be willing to consider re-licensing under less restrictive terms.