[ 
https://issues.apache.org/jira/browse/CAMEL-4551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-4551.
--------------------------------

    Resolution: Fixed

Fixed this as well ordering does no longer matter. So you can configure 
wereSentTo anywhere.

Added better check the builder has at least one predicate configured.
                
> NotifyBuilder wereSentTo condition fires too eagerly
> ----------------------------------------------------
>
>                 Key: CAMEL-4551
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4551
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.9.0
>            Reporter: Jason Parr
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>
> Problem is:
> NotifyBuilder notify = new NotifyBuilder(context) 
>                 .whenDone(2).wereSentTo("mock:bar");
> The wereSentTo condition will fire after first message gets to endpoint 
> "mock:bar", so either needs to take preceding whenDone into account, or 
> wereSentTo needs to have a count condition added to it's method signature.
> See nabble trail for full details:
> http://camel.465427.n5.nabble.com/NotifyBuilder-condition-fails-to-match-on-an-out-activemq-endpoint-tp4689038p4867857.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to