|
Home > Archive > BizTalk Server > June 2004 > Biztalk long running transactions
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 |
Biztalk long running transactions
|
|
|
| Hi,
I have two questions.
1. When initiating a long running transaction how does biztalk know when a document is received which long running transaction to dehydrate?.
2. Is it possible to view all outstanding long running transactions in Biztalk 2004?, and it is possible to kill transactions that haven't succeeded?
Bob
| |
| Christof 2004-06-09, 5:01 pm |
| 1) messages use publish subscribe, which determines to which orchestration
to route a message. If the orchestration is not in memory, it will be
loaded.
2) yes, using WMI
2b) please define "transactions"
Hope this helps,
Best regards,
Christof
"Bob" <anonymous@discussions.microsoft.com> wrote in message
news:0FCA5FC0-89EB-47BE-9261-C91A4F52F520@microsoft.com...
> Hi,
>
> I have two questions.
>
> 1. When initiating a long running transaction how does biztalk know when
a document is received which long running transaction to dehydrate?.
>
> 2. Is it possible to view all outstanding long running transactions in
Biztalk 2004?, and it is possible to kill transactions that haven't
succeeded?
>
> Bob
|
|
|
|
|