I am trying out an BPM scenario as below.Can anyone provide some Sample Scenario on it with Detailed description of explaination of each and every setps.
( Sender is an JMS,which sends multiple messages to XI and XI co-ordinate with SAP Synchronously and revert back to JMS with the response of success or fail )
Batch messages come on Q1 and Trigger message comes in Q2 of the Sender(JMS).
Read Trigger Message from Q2. Based on the MsgID in the Trigger Message, read all the Messages from Q1 that match this MsgID. Each message is mapped to IDOC. All the IDOCs are posted to SAP. Get Posting Status. On success - Create a Confirmation (Flat) message. Send it to Pre-defined response Queue. On Error - Fail. The input data messages are retained in Q1.