
Message::Passing::Output::STOMP - output messages to STOMP.

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

A Message::Passing AnyEvent::STOMP output class.

The queue name to subscribe to on the server.
Server hostname to connect to.
Server port number to connect to (default 6163).
The username to connect with (defaults to 'guest').
The password to connect with (defaults to 'guest').

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

