cancel
Showing results for 
Search instead for 
Did you mean: 

Event driven message processing

Former Member
0 Kudos

Hi Team,

We have a requirement, Where we need to deliver a message, only if i receive trigger from the Receiver, Until then it would be waiting in the Queue.

The following Weblogs explains how to use event driven message processing.

/people/alexander.bundschuh/blog/2006/01/04/scheduling-messages-in-sap-xi

/people/sreekanth.babu2/blog/2005/01/05/delayed-xi-message-processing

These weblogs talks about how to schedule the message. My requirement is deliver the message, only if Receiver sends a request to deliver the message.

Is there any way I can slove this problem.

With Regards

K.Varadharajan

Accepted Solutions (0)

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

hi

u can use a correlation id and based on that u can acheive this.when a sender system A sends a message with correlation id set it waits in the q until a corresponding meesage is recevied. here in this case the correpsonding message for A will be from recv B. when the id correlates then the message will be send to recv.

Former Member
0 Kudos

Hi,

I don't want to use BPM for every scenario.

With regards

K.Varadharajan