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 2022/03/22 05:45:34 UTC

[GitHub] [camel] binhjy edited a comment on pull request #5962: CAMEL-16874: fix bug with sendEmptyMessages and pollEnrich

binhjy edited a comment on pull request #5962:
URL: https://github.com/apache/camel/pull/5962#issuecomment-1074748777


   Hi @klease 
   I think this is exactly what I am encountering with my proj atm after upgrading camel from 2.24.2 to 3.2.0, first call pollEnrich no file so body is empty, second call pollEnrich with file but the body still empty (even I saw in the log camel still received the file), after check all using properties and removing this sendEmptyMessageWhenIdle, it works but don't know why. 
   I have a question: why this issue not happened with old version like 2.24.2? (as I compared this file in version 2.25 vs 3.2, not much difference).
   Thanks in advance.


-- 
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