NAME
    Message::Passing::STOMP - input and output messages to STOMP.

SYNOPSIS
        # Terminal 1:
        $ message-pass --input STDIN --output STOMP --output_options \
            '{"destination":"/queue/foo","hostname":"localhost","port":"6163","username":"guest","password":"guest"}'
        {"data":{"some":"data"},"@metadata":"value"}

        # Terminal 2:
        $ message-pass --output STDOUT --input STOMP --input_options \
            '{"destination":"/queue/foo","hostname":"localhost","port":"6163","username":"guest","password":"guest"}'
        {"data":{"some":"data"},"@metadata":"value"}

DESCRIPTION
    A AnyEvent::STOMP transport for Message::Passing.

    This transport is currently alpha quality. It is known working, however
    it does not gracefully handle errors or disconnects from the stomp
    server.

SEE ALSO
    Message::Passing::Output::STOMP
    Message::Passing::Input::STOMP
    Message::Passing
    AnyEvent::STOMP

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

COPYRIGHT
    Copyright The above mentioned AUTHOR 2012.

LICENSE
    GNU 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.

