You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consumer.ConsumeConcurrent for bounded concurrent message handling while
preserving the same ack, retry and dead-letter semantics as Consume.
Consumer.ConsumeBodyConcurrent body-only adapter for concurrent consumers. workers <= 1 falls back to the sequential ConsumeBody path.
Broker-backed integration coverage for concurrent body consumers, including
parallel handler execution, effective prefetch raising, retry handling and
dead-lettering on exhausted concurrent failures.