You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/13 11:50:07 UTC

[GitHub] [camel] davsclaus commented on pull request #6432: CAMEL-17174: fixed issue where exchange UnitOfWork was not being clea…

davsclaus commented on pull request #6432:
URL: https://github.com/apache/camel/pull/6432#issuecomment-968055950


   Okay this is because you manually create a DefaultExchange and "reuse" it when sending it again.
   Normal Camel users will not do this kind of low level "stuff".
   
   And the UOW should only be cleared when its not pooled, so I am going to take your work and fix for this scenario.
   
   Thanks for reporting and this PR.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org