by Stephen Thomas | Sep 23, 2004 | Azure Integration Thoughts
I have talked in the past about NACKs. These are great little messages that allow you to receive the status of your sent messages inside your Orchestration. For more information on NACKs, please see my earlier post and sample. The problem I want to point out here...
by Stephen Thomas | Sep 20, 2004 | Azure Integration Thoughts
Have you ever wanted to know the Instance ID of an Orchestration in BizTalk 2004 at run time? Just add this line of code inside on Expression Shape to return the Instance ID of your running Orchestration. OrchestrationInstanceID is defined as a String variable....
by Stephen Thomas | Sep 16, 2004 | Azure Integration Thoughts
This is follow up on a post back in August on Untyped Messages. This also combines information from another post of mine on Promoted Properties. Ok, so what is the big deal then? Well, I took my untyped message sample and updated it to use MessageContextProprertyBase...
by Stephen Thomas | Sep 15, 2004 | Azure Integration Thoughts
Have you wanted to know what exactly BizTalk Server 2004 is doing at a giving instance? How many Orchestrations are about to Dehydrate? How about how many persistence points inside your Orchestration? Answers to these questions are easily available through BizTalk...
by Stephen Thomas | Sep 1, 2004 | Azure Integration Thoughts
Are you missing the feature of Application Pools that was available in BizTalk 2002? Need to limit your running Orchestrations? Well, I hope my BizTalk Design Competition submission will help you out. I took that concept and created a Message Broker – Process...
Recent Comments