Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.37.0
-
None
Description
Each message sent by a producer has a set of type values for Destination and Message types added to the MessageAnnotation section of the AMQP message. We can improve send performance by caching the encoded bytes of these MessageAnnotations sections and write that instead of performing a fresh encode on each message.