jono-morris opened a new pull request, #11255:
URL: https://github.com/apache/camel/pull/11255

   
   Small exchanges are batched when individual exchanges are less than the 
batch-size, requiring processing state information to held between processing 
of each exchange. 
   
   This state information has been moved to State class that is guarded by 
synchronized blocks whenever it is access so that exchanges can be processed 
asynchronously.   
   
   Asynchronous versions of existing unit tests have been added. 
   
   Large files are still chunked down and sent as chunks, and state information 
is confined to the processing method. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to