Microsoft Knowledge Base Email Alertz

Any new incoming message that matches a correlation instance subscription is delivered in BizTalk Server

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 952560 - Last Review: July 3, 2008 - Revision: 1.1

Any new incoming message that matches a correlation instance subscription is delivered in BizTalk Server

INTRODUCTION

When an orchestration contains a correlated receive shape in Microsoft BizTalk Server, any new incoming message that matches the correlation instance subscription is delivered. The new incoming message is still delivered if the orchestration is in the suspended resumable state.

MORE INFORMATION

A correlation instance subscription is created when the shape that initializes the correlation set is executed. An orchestration may be suspended, and the orchestration may be put in the suspended resumable state. In this situation, the correlation instance subscription is not deleted. Therefore, any new incoming message that matches the correlation instance subscription is delivered to the orchestration that is in the suspended resumable state.

The correlation instance subscription is deleted only when the orchestration finishes or terminates.

The initial receive shape and the correlated receive shape may use the same message type. In this situation, you can require the new incoming message to create a new orchestration. The new orchestration must contain logic to do the following things:
  • To catch the exception that suspends the message
  • To save the message and any error details
  • To terminate itself so that the next message can create a new orchestration
Or, you can save the message and any error details. Then, you can require the correlated receive shape to handle the next message within the same orchestration.

APPLIES TO
  • Microsoft BizTalk Server 2006 R2 Developer Edition
  • Microsoft BizTalk Server 2006 R2 Enterprise Edition
  • Microsoft BizTalk Server 2006 R2 Standard Edition
  • Microsoft BizTalk Server 2006 Developer Edition
  • Microsoft BizTalk Server 2006 Enterprise Edition
  • Microsoft BizTalk Server 2006 Standard Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition
Keywords: 
kbbts kbhowto kbinfo KB952560
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate