cancel
Showing results for 
Search instead for 
Did you mean: 

How to send message values to different receivers?

former_member185881
Active Participant
0 Kudos

Hi All

I have an incoming message having many values in that like

value=0

value=1

Value=0 i have to sent it to one receiver and value = 1 have to sent it to different receiver.

How to do this, Please explain in detail.

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Dheeraj,

Under the "Receiver Determination" you can specify the condition in "Configure Receivers" and you can also add multiple Receivers in there.

The "Condition" will allow you to select the field from your payload.

Hope this will help you

Thanks,

Pooja

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Dheeraj,

you need to :

1.Add 2 Receiver Service in Receiver Determination and give their corresponding conditions in the condition editor (follow the steps given by Gaurav)

2.Then for each receiver that you have added in R.D, you need to define an Interface determination and Receiver agreement.

So totally u will have :

1 Sender agreement,

1 Receiver Determination,

2 Interface Determination ,

2 Receiver Agreements

Regards,

D.Laawanya

Former Member
0 Kudos

Hi Dheeraj,

Use Condition base Receiver Determination :-).

.

In the above mentioned blog forget about the BPM part directly go to receiver determination step and configure receiver . as shown in the pic using xpath on the based of values 0 or 1 ...simple..:--)

Let us know for any doubts.

Regards,

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

You can use Condition base Receiver Determination,look blogs

Multiple receiver

Enhance Receiver Determination

Former Member
0 Kudos

Hi Dheeraj

Configure all the IR and ID steps

Then in Receiver determination

click on the ? sign under condition. then do same for left operand. You will get your MT there select the field for Value. and set this for one receiver.

Now press

[ ]

under configured receivers to add another condition and another receiver in same way

Thanks

Gaurav

VijayKonam
Active Contributor
0 Kudos

In the interface determination add both the inbound interfaces and define the condition. Before that, in the integration repository create these interfaces and associated mappings.

VJ