|
Home > Archive > BizTalk Server Orchestration > August 2004 > Write on client private queue with orchestration & rule engine
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 |
Write on client private queue with orchestration & rule engine
|
|
| Fabrizio 2004-08-02, 5:50 pm |
| Hi all,
Can I read an incoming document on BizTalk 2004 server side and through rule engine and orchestration, delivered him writing on more private queue in client side?
Thanks in advance,
Fabrizio.
| |
| Matt Milner 2004-08-03, 5:50 pm |
| If your incoming message has a response queue in it, or you determine it
from a rule, you can dynamically set the address of a send port in your
orchestration:
Port_1(Microsoft.XLANGs.BaseTypes.Address) =
" DIRECT=OS:targetMachine\private$\queueNa
me";
Matt
"Fabrizio" <Fabrizio@discussions.microsoft.com> wrote in message
news:2212EB62-3FC0-4585-8E83-73D58C7EE5DD@microsoft.com...
> Hi all,
> Can I read an incoming document on BizTalk 2004 server side and through
rule engine and orchestration, delivered him writing on more private queue
in client side?
>
> Thanks in advance,
> Fabrizio.
|
|
|
|
|