davsclaus commented on PR #23090:
URL: https://github.com/apache/camel/pull/23090#issuecomment-4411837747

   yeah so Camel has historically stored such metadata as headers and/or 
exchange properties. EIPs usually use properties but the error handler was 
headers and as such it kinda got stuck there - end user can check those headers 
to track how many time attempt of redelivery and so on.
   
   Now that the exchange has this rather new state stuff we can put it there, 
and copy over the info to the headers so they are read-only.


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