cancel
Showing results for 
Search instead for 
Did you mean: 

BPM scenario

Former Member
0 Kudos

Hi Everybody,

I have scenario where i need to receive a message from file adapter and send the data to a proxy as well as to mail..

I can receive message A/ Message B.

If i use fork i dont need any correlation as either Message A or Message B comes .

Please suggest.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You dont need a BPM for this...

Go for simple design and configuration development and just provide 2 Recievers in Reciever determination....I dont think you even need to put conditions there as you want output in both the recievers.

Answers (2)

Answers (2)

anupam_ghosh2
Active Contributor
0 Kudos

Hi,

if the requirement is that message C is created only if certain field data of message A and message B should match then you need correlation. If the messages are independent of each other then no requirement of correlation. Whether a BPM is required for this scenario depends on the requirements.

regards

Anupam

Former Member
0 Kudos

Hi Newa,

Ref: http://www.saptechnical .com/Tutorials/XI/BPM/Fork1.htm

Thanks,