You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2007/10/04 11:52:24 UTC

[jira] Resolved: (SM-1081) A StaticRecipientListAggregator like SplitAggregator is needed

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

Guillaume Nodet resolved SM-1081.
---------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

Sending        servicemix-eip/src/main/java/org/apache/servicemix/eip/patterns/SplitAggregator.java
Sending        servicemix-eip/src/main/java/org/apache/servicemix/eip/patterns/StaticRecipientList.java
Transmitting file data ..
Committed revision 581822.

Adding         servicemix-eip/src/main/java/org/apache/servicemix/eip/patterns/RecipientListAggregator.java
Transmitting file data .
Committed revision 581823.

> A StaticRecipientListAggregator like SplitAggregator  is needed
> ---------------------------------------------------------------
>
>                 Key: SM-1081
>                 URL: https://issues.apache.org/activemq/browse/SM-1081
>             Project: ServiceMix
>          Issue Type: Improvement
>          Components: servicemix-eip
>    Affects Versions: 3.1.1
>         Environment: ServiceMix 3.1.1
>            Reporter: Andrea Zoppello
>            Assignee: Guillaume Nodet
>             Fix For: 3.2
>
>         Attachments: RecipientListAggregator.java, SplitAggregator.java.patch, StaticRecipientList.java.patch
>
>
> We need a specific aggregator to use in couple with a Static recipient List.
> To do this we need to:
> 1) Modify the static recipient list to propagate some information needed to be used by RecipientListAggregator
> 2) Implement the RecipientListAggregator class
> 3) With a small update to SplitAggregator class RecipientListAggregator could simply extend SplitAggregator to reuse
> the aggregation logic. The problem is that the Expression properties are private, so we need to change SplitAgggregator.

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