The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.005

  • Get connection timeouts and connection reconnects working in the generic ConnectionManager role.
  • Add link to syslog input
  • AMQP input/output is on CPAN
  • Add link to STOMP input/output.

Documentation

table of contents for Message::Passing documentation
The concepts behind the framework

Modules

a simple way of doing messaging.
An easy way to make chains of Message::Passing components.
Build a set of chains using symbolic names
Filter all messages out.
Delay messages for some time.
Filter a subset of messages out.
Filter no messages out.
Send a message stream to multiple outputs.
Output to call back into your code
/dev/null for messages
Output for use in unit tests
A simple manager for inputs and outputs that need to make network connections.
Role for components which have a connection
Consumes messages
Handy role for building messaging scripts.

Provides

in lib/Message/Passing/Role/CLIComponent.pm
in lib/Message/Passing/Types.pm