SAP delivers 12 typical patterns as a standard package. The patterns are located in the Integration Repository. You will find them at by choosing SAP BASIS -->SAP BASIS 7.00.
The twelve patterns can be divided into the following five categories.
1. Collect pattern(Collecting several messages and merging them into one message) :
1) Collect messages from one interface
BpmPatternCollectPayload,
BpmPatternCollectTime
BpmPatternCollectMessage
2) Collect messages from different interfaces
BpmPatternCollectMultiIf
BpmPatternCollectMultiIfCondition
2. Multicast pattern(Sending a message to multiple receivers and waiting for a response message from each of the receivers.) :
BpmPatternMulticastParallel
BpmPatternMulticastSequential
3. Serialization pattern(Defining the sequence in which a process sends received messages) :
BpmPatternSerializeMultipleTrigger
BpmPatternSerializeOneTrigger
4. Sync/async bridge pattern(Allowing communication between a synchronous business system and an asynchronous business system) :
BpmPatternSyncAsyncBridge
5. Deadline pattern(Monitoring the deadline for receipt of a response message ) :
BpmPatternReqRespAlert
BpmPatternReqRespTimeOut
For the details,I will explain them in the later articles.
阅读(1176) | 评论(0) | 转发(0) |