Perl extension for the poe environment
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', ... );
This module is a filter for the \s-1POE\s0 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 \s-1STOMP\s0 protocol, please refer to: http://stomp.codehaus.org/Protocol .
None by default.
See the documentation for POE::Filter for usage.
Quite possibly. It works for me, maybe it will work for you.
Kevin L. Esteb, <[email protected]>
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.