I have given the following conditions in receiver determination.
/p1:MT_JDBC_Request/row[PLANT = 1000] EX for receiver1
/p1:MT_JDBC_Request/row[PLANT = 1111] EX for receiver2
The scenario is executing successfully. But it is not giving the results properly.
I am getting records with plant values 1000 and 1111 at both the receivers.
Can anyone please suggest what should be done to resolve this?