-
-
04 Jun 2010 16:04:54 UTC
- Distribution: POE-Filter-Stomp
- Module version: 0.04
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (2865 / 0 / 1)
- Kwalitee
Bus factor: 0- 82.29% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.89KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Net::Stomp
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
POE::Filter::Stomp - Perl extension for the POE Environment
SYNOPSIS
use POE::Filter::Stomp; For a server POE::Component::Server::TCP->new( ... Filter => 'POE::Filter::Stomp', ... ); For a client POE::Component::Client::TCP->new( ... Filter => 'POE::Filter::Stomp', ... );
DESCRIPTION
This module is a filter for the POE environment. It will translate the input buffer into Net::Stomp::Frame objects and serialize the output buffer from said objects. For more information an the STOMP protocol, please refer to: http://stomp.codehaus.org/Protocol .
EXPORT
None by default.
SEE ALSO
See the documentation for POE::Filter for usage.
BUGS
Quite possibly. It works for me, maybe it will work for you.
AUTHOR
Kevin L. Esteb, <kesteb@wsipc.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Kevin L. Esteb
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
Module Install Instructions
To install POE::Filter::Stomp, copy and paste the appropriate command in to your terminal.
cpanm POE::Filter::Stomp
perl -MCPAN -e shell install POE::Filter::Stomp
For more information on module installation, please visit the detailed CPAN module installation guide.