[ https://issues.apache.org/jira/browse/CAMEL-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen updated CAMEL-2630: ------------------------------- Priority: Major (was: Minor) Fix Version/s: (was: Future) 2.7.0 Issue Type: New Feature (was: Improvement) > Mock endpoint - Add header which records the time the Exchange arrived to the > mock > ---------------------------------------------------------------------------------- > > Key: CAMEL-2630 > URL: https://issues.apache.org/jira/browse/CAMEL-2630 > Project: Camel > Issue Type: New Feature > Components: camel-core > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.7.0 > > > Then you can use that time information in testing. > Maybe add some builder methods to mock so you can set expectations to have > arrival time > - before X > - after X > - X after previous > - X before next > - etc. > Maybe something along the lines of: > {code} > mock.message(1).arrives(2, seconds).afterPrevious(); > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.