NAME
    Catalyst::Plugin::ErrorCatcher::ActiveMQ::Stomp - Plugin for
    ErrorCatcher to throw exceptions over ActiveMQ using Stomp
VERSION
    version 0.1.1
SYNOPSIS
    Put this sort of thing into the catalyst conf file..
     destination test-message
    hostname localhost # defaults to 61613 #port
    
EXPORT
    A list of functions that can be exported. You can delete this section if
    you don't export anything, such as for a purely object-oriented module.
FUNCTIONS
  emit
SEE ALSO
    Catalyst::Plugin::ErrorCatcher
AUTHOR
    Jason Tang, ""
BUGS
    Please report any bugs or feature requests to
    "bug-catalyst-plugin-errorcatcher-activemq-stomp at rt.cpan.org", or
    through the web interface at
    . I will be notified, and then you'll automatically
    be notified of progress on your bug as I make changes.
SUPPORT
    You can find documentation for this module with the perldoc command.
        perldoc Catalyst::Plugin::ErrorCatcher::ActiveMQ::Stomp
    You can also look for information at:
    *   RT: CPAN's request tracker
        
    *   AnnoCPAN: Annotated CPAN documentation
        
    *   CPAN Ratings
        
    *   Search CPAN
        
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
    Copyright 2010 Jason Tang, all rights reserved.
    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.