Hello

I am new to Camel and I am trying to solve the following problem:

I have 3 JmsTextMessages which belong together and form a tripple, but are
sent individually. Each of the message contains a string property field
(A,B,C), so that the content of the message can be identified.
I now want to aggregate all text contents of the message into one
JmsTextMessage and send the newly created message to a different queue.

As I am new to Camel, I do not have a real plan how to solve this problem. I
found the AggregationStrategy class in the documentation, but I am not sure
how I can use this class in my solution.

Thanks for any help.
Robert

Reply via email to