cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement in receiver determination

Former Member
0 Kudos

Hi

We are on XI 3.0 SP18 and have the following requirement -

I have two receivers - A and B for a message - asynchronous mode . I want the message to reach receiver B only if it has successfully reached A - ( technically successful - as in any async scenario ) .

How can this be achieved ? Can enhanced/dynamic receiver determination solve my requirement ? Please elaborate .

Thanks in advance for your answers/solutions.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You have to use a BPM model to control to check the response from Receiver A and make a decision to send the message to receiver B.

Also keep in mind a BPM model will additional concerns around the performance of integration scenario, so please make sure these requirement is completly necessary.

In other way you can accomplish the same by using an intermediate sotrage such as JMS storage and JDBC storage etc.

Thanks

Former Member
0 Kudos

Hi Shaji,

Could you please explain wht do you mean by intermediate storage ?

Regards

Message was edited by:

Amit Kumar Singh