Question - What are the components of the BizTalk Server?
Answer -
Here are the components of BizTalk Server architecture,
- Receive Port - message listener
- Adapters - exchange information between external systems
- Pipeline, dis-assembler and sub-components - normalizing schema through XML
- Message-box - XML messages are published internally and subscribers will consume them
- Subscribers - subscribe to the messages or context properties in the Message-box
- Biz-talk Orchestration Engine - to process internal messages for republishing to Message-box
- Send Port - consumes the XML messages and converts them to wire messages
- Adapter - wire messages are sent to the target system