I have three different message type M1, M2 and M3.
I have developed the following Message Mappings:
MM12: M1->M2
MM23: M2->M3
Now I get a message M1, how to transform this message to M3 without using BPM. I mean I don't want to develop a new Message Mapping between M1 and M3. I want to reuse MM12 and MM23.