Skip to Content
0
Jan 05, 2012 at 08:24 AM

Split messages while using content based routing

89 Views

Hi gurus,

We are using content base routing by checking the value of field F1 in our scenario. If the value is V1, then route to system A; If the value is V2, then route to system B.

There are two layer in the send message type: layer1 and layer2. Both layer1 and layer2 can occur many times.

As you know, The field maybe existed many times in the real messages. Sometimes with the value V1, sometimes with the value V2.

If F1 is in the layer1, can we split into two messages by judging the value of F1?

If F1 is in the layer2, can we split into two messages by judging the value of F1?

Thanks in advance.