Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.11.0, 0.11.1
-
None
Description
There is currently a copy created of every outbound message on send, we can eliminate this by making it possible to do the message encoding on send and dispatching the encoded form.
Commit 657747b776fe60068b1bc51e8327f48e44d1e685 in qpid-jms's branch refs/heads/master from tabish121
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=657747b ]
QPIDJMS-215Perform Message encoding at send timeRemove the need for message copying on send by doing encoding at the
time the message is sent instead of copying and encoding the message
later.