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/04/01 06:12:43 UTC

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

binhjy commented on pull request #5962:
URL: https://github.com/apache/camel/pull/5962#issuecomment-1085466352


   Hi @klease 
   Due to this issue, we have to remove the sendEmptyMessageWhenIdle=true atm
   pollEnrich(xxx)
   when(body().isNull())
   I tested with remove sendEmptyMessageWhenIdle, it still working fine, so I am wondering what is the purpose of sendEmptyMessageWhenIdle? both sendEmptyMessageWhenIdle=true/false, the body still empty when no file, right?


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