|
Home > Archive > BizTalk Server Applications Integration > July 2005 > How to consume Custom Pipeline Component?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to consume Custom Pipeline Component?
|
|
| BizTalk 2004 Newbie 2005-07-07, 5:52 pm |
| Hello,
I have created a custom pipeline component using some of the samples out
there. Here is my newbie question:
I want to run thru an orchestration and after a decision shape drop the
message into the pipeline, how do I do this? I guess my real question is
now that I have the custom pipeline how do I consume it? Thank you.
| |
| Tomas Restrepo \(MVP\) 2005-07-07, 5:52 pm |
| > I have created a custom pipeline component using some of the samples out
> there. Here is my newbie question:
> I want to run thru an orchestration and after a decision shape drop the
> message into the pipeline, how do I do this? I guess my real question is
> now that I have the custom pipeline how do I consume it? Thank you.
Pipelines are not invoked directly (at least in 2004, they can be in 2006).
Instead, you configure a send or receive port to use the pipeline; then,
just send or receive a message from said port.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
| |
| BizTalk 2004 Newbie 2005-07-07, 5:52 pm |
| That explains my trouble figuring it out. Thanks.
"Tomas Restrepo (MVP)" <tomasr@mvps.org> wrote in message
news:uBiJ$0vgFHA.3220@TK2MSFTNGP10.phx.gbl...
>
is[vbcol=seagreen]
>
> Pipelines are not invoked directly (at least in 2004, they can be in
2006).
> Instead, you configure a send or receive port to use the pipeline; then,
> just send or receive a message from said port.
>
>
> --
> Tomas Restrepo
> tomasr@mvps.org
> http://www.winterdom.com/
>
>
|
|
|
|
|