hi, I have aggregator that aggregate messages from different providers eg. hotels, flights .. but it aggregate all messages from several requests. How to implement JMSCorrelationId that aggregator take messages only for one request. We don't know when but we loose JMSCorrelationId (seted in soap client).
SoapClient (getPackage) -> splitter (getFlights, getHotels..) -> aggregator (join messages from flights, hotels..) -> SoapClient Please help me! Our project stopped in progress because we cannot implement aggregator. Where can i see some working example?
