The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Message::Passing::Input::STOMP - input messages from a STOMP queue.

SYNOPSIS

    message-pass --output STDOUT --input STOMP --input_options \
        '{"destination":"/queue/foo","hostname":"localhost","port":"6163","username":"guest","password":"guest"}'

DESCRIPTION

A simple STOMP subscriber for Message::Passing.

ATTRIBUTES

destination

The queue or topic name to subscribe to on the server.

This can either be a single value, or an array of values.

hostname

Server hostname to connect to.

port

Server port number to connect to (default 6163).

username

The username to connect with (defaults to 'guest').

password

The password to connect with (defaults to 'guest').

METHODS

connected

Called by Message::Passing::STOMP::ConnectionManager to indicate a connection to the STOMP server has been made.

Causes the subscription to the topic(s) to be started

SEE ALSO

Message::Passing::STOMP
Message::Passing::Output::STOMP
Message::Passing

AUTHOR, COPYRIGHT AND LICENSE

See Message::Passing::STOMP.