[ 
https://issues.apache.org/jira/browse/CAMEL-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988109#action_12988109
 ] 

Claus Ibsen commented on CAMEL-2630:
------------------------------------

trunk: 1064732.

Need wiki documentation

> Mock endpoint - Add DSL for setting expectations for arrival times between 
> the messages
> ---------------------------------------------------------------------------------------
>
>                 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}
> Add a timestamp on the Exchange when it's received on the mock
> {code}
> Exchange.RECEIVED_TIMESTAMP
> {code}
> is added as a property on the Exchange

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to