I thouth ServiceMix itself handle message correlation and identity?
2008/10/31 Java Programmer <[EMAIL PROTECTED]>: > On Fri, Oct 31, 2008 at 12:19 PM, Tomasz Prus <[EMAIL PROTECTED]> wrote: >> 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). > > Hi, > You must write your own marshaller, because ServiceMix do not provide > JMSCorrelationID. Do you have one? > > Best regards, > Adr >
