[
https://issues.apache.org/jira/browse/CAMEL-2630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-2630:
-------------------------------
Description:
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
was:
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}
Summary: Mock endpoint - Add DSL for setting expectations for arrival
times between the messages (was: Mock endpoint - Add header which records the
time the Exchange arrived to the mock)
> 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.