Hi Guys,
I have a small test orchestration that does a couple of things:
First, picks up file
Second, do a transform on the message in the file and sends it to a Web Service using the SOAP adapter. It is a request / response port.
Third, delays for 5 minutes and then finishes.
Now the problem : When I drop in one file, no problem. However, I’ve tried putting 500 at a rate of around 10 file every 4 minutes. When I do that some orchestration instance stay \”Active\” for more than one hour before completing. I notice that those orchestration have a SOAP response sitting in the msgbox with \”Delivered, Not Consumed\”. Of course every orchestration should completed in around 5 minutes (maybe a little depending on system load. I used perfmon and my In-Memory orch # never goes higher than 50).
Anybody has a clue ?
Thanks
Olivier