File: README

package info (click to toggle)
libmessage-passing-amqp-perl 0.008-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 1,688; makefile: 2; sh: 1
file content (36 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
NAME
    Message::Passing::AMQP - input and output message-pass messages via
    AMQP.

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 AMQP adaptor for Message::Passing for speaking to AMQP servers, for
    example RabbitMQ <http://www.rabbitmq.com/> or QPID.

PROTOCOL VERSION
    This adaptor supports all versions of the AMQP protocol supported by
    AnyEvent::RabbitMQ.

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

AUTHOR
    Tomas (t0m) Doran <bobtfish@bobtfish.net>

COPYRIGHT
    Copyright The above mentioned AUTHOR 2012.

LICENSE
    GNU Library General Public License, Version 2.1