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...
by Stephen Thomas | Aug 27, 2004 | Azure Integration Thoughts
Topics Covered: – Custom promoted properties inside a pipeline – Schema Property: “Property schema base” – Direct binding to the message box I have spent a lot of time in the past few weeks working with promoted properties through...
by Stephen Thomas | Aug 22, 2004 | Azure Integration Thoughts
I need to start off with a note about the Parallel Sequential Convoy sample that I am working on. I am still working on it and it will probably be a few weeks before it is ready to be posted. I have a sample working that does Parallel Sequential processing of a single...
Recent Comments