| Author |
Orchestration send to multiple send ports
|
|
| Jeremy Chapman 2005-08-23, 5:52 pm |
| My orchestration receives a message, and if certain criteria are met I want
to send the message out to multiple systems. Systems could be added and
removed so I don't want to recompile the orchestration if send ports need to
be added/removed. how can I make send ports that can pick up a message from
an orchestration?
| |
| Scott Colestock 2005-08-23, 5:52 pm |
| You will want to bind your orchestration to a send port group (referred to
as a distribution list when you're looking at a binding file) rather than a
send port.
Then, you can add/remove send ports from the send port group.
Scott Colestock
www.traceofthought.net
"Jeremy Chapman" <me@here.com> wrote in message
news:%23ZaUmrAqFHA.2416@TK2MSFTNGP14.phx.gbl...
> My orchestration receives a message, and if certain criteria are met I
> want to send the message out to multiple systems. Systems could be added
> and removed so I don't want to recompile the orchestration if send ports
> need to be added/removed. how can I make send ports that can pick up a
> message from an orchestration?
>
| |
| Jeremy Chapman 2005-08-24, 6:04 pm |
| Thanks. I guess I glossed over groups entirely.
"Scott Colestock" <scolestock@community.nospam> wrote in message
news:u7ci5lCqFHA.3680@TK2MSFTNGP15.phx.gbl...
> You will want to bind your orchestration to a send port group (referred to
> as a distribution list when you're looking at a binding file) rather than
> a send port.
>
> Then, you can add/remove send ports from the send port group.
>
> Scott Colestock
> www.traceofthought.net
>
>
> "Jeremy Chapman" <me@here.com> wrote in message
> news:%23ZaUmrAqFHA.2416@TK2MSFTNGP14.phx.gbl...
>
>
|
|
|
|