Need upload:
    - Message::Passing
    - Message::Passing::Redis *
    - Message::Passing::Input::FreeSWITCH *
    
    - Message::Passing::STOMP
    - Message::Passing::AMQP

Code core/general:
    - Connection code cleanup
    - Unify hostname and port parsing between adaptors - remove server..
    - Connect error handling
    - Global error logging
    - Generic blessed object serialize filter
    - Logstash compatibility filter
    - Global registry and DSL support for connection managers
    - Connection sharing
    - Connect timeout strategies

Specific adaptors
    - AMQP needs a lot of work

Docs:
 Message::Passing::Manual::Scripts:
 - Write me!
 - encoders / decoders
 - How to write / override scripts

 Message::Passing::Manual::Concepts:
 - Proper script writing (after DSL example)
 - Other links.. in ::Concepts?

 Message::Passing::Manual::Workers:
 - Write

 Message::Passing::Manual::Cookbook:
 - Logging from an application
   - Fix examples
   - Example without Log::Dispatch
   - Explain why ZMQ (this is in ::Concepts currently?)

 - Aggregating this log
   - Link to building own script
   - Note other script options

 - Syslog
   - On host collector
     - Explain what this is
   - Explain central aggregation, again

 - Aggregating everything
   - Finish

 - Filtering messages

 - Writing your own
   - Input
   - Output
   - Scripts - link to scripts docs

 - Putting it all together - log processor with filtering etc.

 - HTTP POST notifications

 - Worker pools for jobs

 - Async notification with Web::Hippie
   - Updating monitoringJS not until Moo!


