The document provides information on various message processors and routers in Mule, including:
- The All message processor sends the same message to multiple targets.
- The Async message processor runs a chain of processors in a separate thread.
- The Choice processor sends a message to the first matching child processor.
- Collection processors like Aggregator and Splitter group and split messages.
- Custom processors allow implementing custom aggregation logic.
- Filters like Idempotent prevent duplicate messages.
- The Until Successful processor retries message processing until success.