You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Bhupinder Singh <bh...@wipro.com> on 2008/03/03 13:29:02 UTC

Unable to aggregate message exachange

 I am working on following scenario
 
 
File -Splitter-Router-Transformer-WireTap-Aggregator-File
 
I am unable to aggregate the messages send by wiretap.Is there any property
setting for Aggregator(e.g index, count, or correlationid)?
If yes,how and where to set that property?
 
EIP xbean.xml
 
<!--Aggregator-->
<eip:split-aggregator service="tut:aggregator" endpoint="aggr">
  <eip:target>
    <eip:exchange-target service="tut:file" endpoint="data" />(there is no
file)
  </eip:target>
</eip:split-aggregator>
<!-- Wire tapping  one copy to Aggr and one copy for arch-->
<eip:wire-tap service="tut:wireTap" endpoint="wire">
  <eip:target>
    <eip:exchange-target service="tut:aggregator" />
  </eip:target>
  <eip:inListener>
    <eip:exchange-target service="tut:file" endpoint="arch"/>(There are some
transformed split messages)
  </eip:inListener>
</eip:wire-tap>

-- 
View this message in context: http://www.nabble.com/Unable-to-aggregate-message-exachange-tp15801607s12049p15801607.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.