| Klundell 2005-01-14, 5:49 pm |
| Hi Stephen,
thanks for the reply. I went out to your link and downloaded the White pager
and sample code. In looking at your Orchestration it has a construct Message
component and it is looping through that construct Message component but I am
not sure how you tell the construct message what you want it to do. I have a
custom flat file receive pipeline that I have created and a custsom flat file
send pipeline. I have the receive port and receive message all configured in
Biztalk. At this point if I just want to set up the orchestration to loop
through the batch file and Identify all of the individual files or separate
them out what do I need to do ? Drop a construct message comp and a loop comp
and then somehow tell the Orchestration to split out the messages ? I
appologize for my lack of knowledge in this but I am new to biztalk (as if
you could not tell) and am not sure which way to go.
Thanks for your help.
Kris.
"Stephen W. Thomas" wrote:
[vbcol=seagreen]
> Hello.
>
> Matt is correct in that this can be solved using convoys.
>
> First off, you would debatch your messages. Then, route messages to
> separate Orchestrations based on the type (123 or 456, etc). Each type would
> be a separate Orchestration created to handle those specific messages.
>
> I have examples of both Convoys and Debatching on my blog.
> http://www.geekswithblogs.net/sthom...2/12/17373.aspx
> http://www.geekswithblogs.net/sthom...8/23/10066.aspx
>
> You would probably want to use Receive Port Debatching for this.
>
> You might also want to check out Allen Smith’s example on how to bring all
> the like messages back together again.
> http://geekswithblogs.com/asmith/articles/9778.aspx
>
> Hope this helps.
>
> Stephen W. Thomas
> http://www.geekswithblogs.net/sthomas
>
>
> "Klundell" wrote:
>
|