Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0.0
-
None
Description
By default, non-persistent clients (topics) will be dispatched messages from the broker by the same thread that received them from the producer. This means that a slow consumer will slow the overall
throughput for any clients receiving messages from that producer. By having dispatchAsync=true as the default, consumers will be decoupled from the producer.