Annotation Interface ExpensiveMessage


@Retention(RUNTIME) public @interface ExpensiveMessage
Marks a message type as expensive in terms of CPU time, I/O or memory required to process it. Expensive messages have a separate processing concurrency limit and a separate in-memory queuing limit.