
Catalyst::Plugin::ErrorCatcher::ActiveMQ::Stomp - Plugin for ErrorCatcher to throw exceptions over ActiveMQ using Stomp

version 0.1.5

Put this sort of thing into the catalyst conf file..
<Plugin::ErrorCatcher::ActiveMQ::Stomp> destination test-message hostname localhost # defaults to 61613 #port
</Plugin::ErrorCatcher::ActiveMQ::Stomp>

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.


Catalyst::Plugin::ErrorCatcher

Jason Tang,
<tang.jason.ch at gmail.com>

Please report any bugs or feature requests to bug-catalyst-plugin-errorcatcher-activemq-stomp at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Catalyst::Plugin::ErrorCatcher::ActiveMQ::Stomp
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp
http://annocpan.org/dist/Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp
http://cpanratings.perl.org/d/Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp
http://search.cpan.org/dist/Catalyst-Plugin-ErrorCatcher-ActiveMQ-Stomp


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.