| 個人檔案TheBuzz相片部落格清單 | 說明 |
|
5月23日 BizTalk ServicesThere are two types of biztalk services
1. BizTalk orchestration
2. BizTalk Messaging
BizTalk Messaging service works in the following way.
1. A receive location receives a message
2. The receive pipeline then pre-processes the message and the message is entered into the MessageBox.
3. Messages in the MessageBox have some properties such as Message Type that is published to the MessageBox by the receive location. This is also refered to as context.
4. Send Ports and orchestrations subscribe to this context. Once the messagebox finds a match, the message is sent to that particular send port.
5. The send pipeline does some post processing and the messages is sent to the send adapter and then the message is transmitted. 引用通告此內容的引用通告是: http://denzilpinto.spaces.live.com/blog/cns!A2256C53CD2EC18E!201.trak 引述這則內容的部落格
|
|
|