You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2007/07/04 21:40:33 UTC

[jira] Created: (CAMEL-66) add assertions on the Mock endpoints that messages arrive in order using some expression to test for ordering issues

add assertions on the Mock endpoints that messages arrive in order using some expression to test for ordering issues
--------------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-66
                 URL: https://issues.apache.org/activemq/browse/CAMEL-66
             Project: Apache Camel
          Issue Type: Improvement
            Reporter: James Strachan
            Assignee: James Strachan
             Fix For: 1.1.0


something like

{code}
mockEndpoint.expectMessagesAscending(header("foo"))
{code}


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


[jira] Resolved: (CAMEL-66) add assertions on the Mock endpoints that messages arrive in order using some expression to test for ordering issues

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Strachan resolved CAMEL-66.
---------------------------------

    Resolution: Fixed

see documentation: http://cwiki.apache.org/CAMEL/mock.html

> add assertions on the Mock endpoints that messages arrive in order using some expression to test for ordering issues
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-66
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-66
>             Project: Apache Camel
>          Issue Type: Improvement
>            Reporter: James Strachan
>            Assignee: James Strachan
>             Fix For: 1.1.0
>
>
> something like
> {code}
> mockEndpoint.expectMessagesAscending(header("foo"))
> {code}

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