The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
POE::Component::Server::AsyncEndpoint version 0.10
==================================================

DESCRIPTION

This module allows you to create Asynchronous Outbound WebServices
pushing the info to an MQ.

It implements an asynchronous endpoint server to help deploy
asynchronous web services in SOA architectures. Even though it may
resemble many features of the so-called Enterprise Service Bus, it is
actually the opposite of an ESB in the sense it does not try to
centralize on "a" bus but rather in a decentralized fashion. 

Please read the POD documentation for a more thorough description.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

        POE >= 0.38
        POE::Component::IKC::Server >= any recent version
        POE::Component::Logger >= any recent version
        POE::Component::MessageQueue >= 0.1.8'
	POE::Component::Server::HTTP >= any recent version
        POE::Component::Client::Stomp >= any recent version
	SOAP::Lite >= any recent version
        SOAP::Transport::HTTP >= any recent version
        AppConfig >= any recent version
        File::Find >= any recent version
        File::Util >= any recent version
        File::Spec >= any recent version
        File::Basename >= any recent version
        Term::ReadKey >= any recent version
	JSON >= 2.06,
        IO::Socket >= any recent version
        Test::More >= any recent version
        Data::Dumper >= any recent version
        Net::Stomp >= any recent version
        Event::Notify >= any recent version


COPYRIGHT AND LICENCE

Copyright (C) 2007, 2008 by Alejandro Imass

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.