NAME
Message::Passing::Output::STOMP - output messages to STOMP.
SYNOPSIS
message-pass --input STDIN --output STOMP
{"data":{"some":"data"},"@metadata":"value"}
DESCRIPTION
A Message::Passing AnyEvent::STOMP output class.
Can be used as part of a chain of classes with the message-pass utility, or directly as a logger in normal perl applications.
METHODS
consume
Sends a message.
connected
SEE ALSO
- Message::Passing::STOMP
- Message::Passing::Input::STOMP
- Message::Passing
- STOMP
- http://www.zeromq.org/
SPONSORSHIP
This module exists due to the wonderful people at Suretec Systems Ltd. <http://www.suretecsystems.com/> who sponsored it's development for its VoIP division called SureVoIP <http://www.surevoip.co.uk/> for use with the SureVoIP API - <http://www.surevoip.co.uk/support/wiki/api_documentation>
AUTHOR, COPYRIGHT AND LICENSE
See Message::Passing.