Emissary (formerly Deezpatch): a fast open-source Java messaging library
Summary
Emissary is a simple, fast Java messaging library designed to decouple requests and events from their handlers, using annotation-based dispatch with minimal reflection. It supports CQRS-style patterns, DI integration, and custom handler annotations, and it provides configurable invocation strategies with strong performance claims and practical build/tooling guidance.