Input and output message-pass messages via amqp.
# 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"}
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.
This adaptor uses the 0.8 version of the \s-1AMQP\s0 protocol, as currently shipped with AnyEvent::RabbitMQ.
Tomas (t0m) Doran <[email protected]>
Copyright The above mentioned \s-1AUTHOR\s0 2012.
\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.