BizTalk server 2010 cookbook over 50 recipes for developers and administrators looking to deliver well-built BizTalk solutions and environments
This book will explain step-by-step in each recipe how to, for example, implement a certain orchestration pattern, test a BizTalk artifact, monitor BizTalk with a third party tool, or secure a message. The recipes in this book are easy to understand and follow as the author discusses real-world scen...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Birmingham ; Mumbai :
Packt Pub
2012.
|
Edición: | 1st edition |
Colección: | Enterprise : professional expertise distilled
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628609506719 |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Setting up a BizTalk Server Environment; Introduction; Gathering requirements by asking the right questions; Analyzing requirements and creating a design; Installing and using the BizTalk Best Practices Analyzer; Validating a BizTalk installation with the BizTalk Benchmark Wizard tool; Automating performance analysis by using the PAL tool; Managing the SSO system; Configuring MSDTC for multi-server BizTalk platforms
- Chapter 2: BizTalk Server Automation: PatternsIntroduction; Implementing the splitter pattern; Developing an asynchronous aggregation pattern; Creating a FIFO solution; Developing a parallel convoy solution; Routing using the resequencer messages in an orchestration; Implementing a retry pattern in an orchestration; Calling a pipeline in an orchestration; Chapter 3: BizTalk Server Instrumentation, Error Handling, and Deployment; Introduction; Tracing BizTalk applications using DebugView; Monitoring BizTalk solution behavior with Log4Net; Applying event logging in BizTalk solutions
- Enabling Failed Message Routing in BizTalkImplementing error handling in an orchestration; Exploring BizTalk's out of the box deployment; Using the Deployment framework for BizTalk; Chapter 4: Securing your Message Exchange; Introduction; Importing certificates; Using MIME/SMIME pipeline components; Signing and verifying a message; Encrypting and decrypting a message; Configuring BizTalk and SSL (Transport); Chapter 5: WCF Services with BizTalk; Introduction; Creating a canonical schema; Exposing schemas as a WCF Service; Consuming WCF Services in a BizTalk orchestration
- Consuming WCF Services in a BizTalk messaging only solutionExposing orchestrations with BizTalk; Exposing systems with the BizTalk Server Adapter Pack 2010; Chapter 6: BizTalk AppFabric Connect; Introduction; Installing AppFabric Connect and AppFabric Connect for Services; Using the BizTalk Mapper in Workflow Services; Exposing on-premise data in the cloud; Exposing BizTalk applications in the cloud using AppFabric Connect for Services; Performing table operations in SQL Azure; Chapter 7: Monitoring and Maintenance; Introduction; Importing the BizTalk Management Pack in SCOM
- Using the BizTalk Administration ConsoleAlternative BizTalk monitoring solution-BizTalk360; Configuring the BizTalk database jobs; Leveraging the BizTalk monitoring job; Identifying bottlenecks with the Performance Monitor; Using the BizTalk Message Box Viewer; Chapter 8: Applying Rules; Introduction; Calling rules in an orchestration; Using the BRE outside of BizTalk; Using the BRE with a database; Chapter 9: Testing BizTalk Artifacts; Introduction; Testing BizTalk artifacts inside Visual Studio; Unit testing a BizTalk solution with BizUnit; Applying code coverage to a BizTalk orchestration
- Testing BizTalk solutions with BizMock