| This Release | POE-Component-MessageQueue-0.3001 | [Download] [Browse] | 07 Aug 2013 | |||
| Other Releases | ||||||
| Links | [ Discussion Forum ] [ View/Report Bugs ] [ Dependencies ] [ Other Tools ] | |||||
| Repository | git://github.com/ironcamel/POE-Component-MessageQueue.git | |||||
| CPAN Testers | PASS (51) FAIL (2) [ View Reports ] [ Perl/Platform Version Matrix ] | |||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| |||||
| License | The Perl 5 License (Artistic 1 & GPL 1) | |||||
| Special Files |
|
|||||
| POE::Component::MessageQueue | A STOMP based message queue server | 0.3001 | |
| POE::Component::MessageQueue::Client | |||
| POE::Component::MessageQueue::Destination | |||
| POE::Component::MessageQueue::IDGenerator | Role for id generators. | ||
| POE::Component::MessageQueue::IDGenerator::SimpleInt | Simple integer IDs. | ||
| POE::Component::MessageQueue::IDGenerator::UUID | UUID generator. | ||
| POE::Component::MessageQueue::Logger | |||
| POE::Component::MessageQueue::Message | |||
| POE::Component::MessageQueue::Queue | |||
| POE::Component::MessageQueue::Statistics | Gather MQ Usage Statistics | ||
| POE::Component::MessageQueue::Statistics::Publish | Base Statistics Publish Class | ||
| POE::Component::MessageQueue::Statistics::Publish::YAML | Publish Statistics In YAML Format | ||
| POE::Component::MessageQueue::Storage | Parent of provided storage engines | ||
| POE::Component::MessageQueue::Storage::BigMemory | In-memory storage engine optimized for a large number of messages. | ||
| POE::Component::MessageQueue::Storage::Complex | A configurable storage engine that keeps a front-store (something fast) and a back-store (something persistent), only storing messages in the back-store after a configurable timeout period. | ||
| POE::Component::MessageQueue::Storage::DBI | A storage engine that uses DBI | ||
| POE::Component::MessageQueue::Storage::Default | The default storage engine (based on Complex), recommended for the most common case and used by mq.pl. | ||
| POE::Component::MessageQueue::Storage::Double | Stores composed of two other stores. | ||
| POE::Component::MessageQueue::Storage::FileSystem | A storage engine that keeps message bodies on the filesystem | ||
| POE::Component::MessageQueue::Storage::Generic | Wraps storage engines that aren't asynchronous via POE::Component::Generic so they can be used. | ||
| POE::Component::MessageQueue::Storage::Generic::Base | |||
| POE::Component::MessageQueue::Storage::Generic::DBI | A storage engine that uses DBI | ||
| POE::Component::MessageQueue::Storage::Memory | In memory storage engine. | ||
| POE::Component::MessageQueue::Storage::Remote | Access a remote storage engine via a TCP socket | ||
| POE::Component::MessageQueue::Storage::Remote::Server | Expose a storage engine as a service over a TCP socket | ||
| POE::Component::MessageQueue::Storage::Throttled | Wraps around another storage engine to throttle the number of messages sent to be stored at one time. | ||
| POE::Component::MessageQueue::Subscription | |||
| POE::Component::MessageQueue::Topic | |||
| POE::Component::Server::Stomp | A generic Stomp server for POE | 0.2.3 |
| POE::Component::MessageQueue::Manual::Clustering | Instructions for setting up clustered MQ's with fail-over   |