-
-
05 Jun 2017 14:11:33 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (428 / 46 / 0)
- Kwalitee
Bus factor: 1- 66.78% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (75.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 3 contributors- David Snopek (http://www.hackyourlife.org)
-
Paul Driver
-
Daisuke Maki
- Dependencies
- Best
- Carp
- DBD::SQLite
- DBI
- Data::Dumper
- Data::UUID
- Event::Notify
- Exception::Class::DBI
- Exception::Class::TryCatch
- File::Temp
- Heap
- Heap::Fibonacci
- IO::File
- IO::String
- Moose
- MooseX::MultiInitArg
- Net::EmptyPort
- Net::Stomp
- POE
- POE::Component::Generic
- POE::Component::Logger
- POE::Component::Server::TCP
- POE::Filter::Stomp
- POE::Wheel::ReadWrite
- Test::Exception
- Test::MockObject
- Test::More
- YAML
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Documentation
Instructions for setting up clustered MQ's with fail-overModules
A STOMP based message queue serverRole for id generators.Simple integer IDs.UUID generator.Gather MQ Usage StatisticsBase Statistics Publish ClassPublish Statistics In YAML FormatParent of provided storage enginesIn-memory storage engine optimized for a large number of messages.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.A storage engine that uses DBIThe default storage engine (based on Complex), recommended for the most common case and used by mq.pl.Stores composed of two other stores.A storage engine that keeps message bodies on the filesystemWraps storage engines that aren't asynchronous via POE::Component::Generic so they can be used.A storage engine that uses DBIIn memory storage engine.Access a remote storage engine via a TCP socketExpose a storage engine as a service over a TCP socketWraps around another storage engine to throttle the number of messages sent to be stored at one time.A generic Stomp server for POEProvides
in lib/POE/Component/MessageQueue/Client.pmin lib/POE/Component/MessageQueue/Destination.pmin lib/POE/Component/MessageQueue/Logger.pmin lib/POE/Component/MessageQueue/Message.pmin lib/POE/Component/MessageQueue/Queue.pmin lib/POE/Component/MessageQueue/Storage/BigMemory.pmin lib/POE/Component/MessageQueue/Storage/BigMemory.pmin lib/POE/Component/MessageQueue/Storage/Complex.pmin lib/POE/Component/MessageQueue/Storage/Generic/Base.pmin lib/POE/Component/MessageQueue/Subscription.pmin lib/POE/Component/MessageQueue/Topic.pmExamples
Module Install Instructions
To install POE::Component::MessageQueue, copy and paste the appropriate command in to your terminal.
cpanm POE::Component::MessageQueue
perl -MCPAN -e shell install POE::Component::MessageQueue
For more information on module installation, please visit the detailed CPAN module installation guide.