davsclaus commented on issue #2725:
URL: https://github.com/apache/camel-k/issues/2725#issuecomment-962604252


   Just mind that if you block then there is a 30 sec timeout, and that will 
cause a failure of the queue is still full.
   
   So you likely have a situation where you send messages quicker into the seda 
queue, than you do taking them out.
   You need to control the rate - its also bad to have 50000 pending messages 
in-memory waiting to process.


-- 
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-unsubscr...@camel.apache.org

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


Reply via email to