Note that there are some explanatory texts on larger screens.

plurals
  1. POBizTalk Message Status: Queued (awaiting processing)
    text
    copied!<p>we have a biztalk server 2010 standard edition in use to route messages to a dozen partners.</p> <p>For a few partners we directly route the incoming messages to the partners, only including some maps to transform the message to the desired format.</p> <p>For other partners we have an orchestration in place to batch the messages together to reduce the number of files we have to transmit (especially if we connect via FTP). These orchestrations run from 1 am to 11 pm, sending out the batched files every 20 minutes or after X messages. We receive most messages during the early morning.</p> <p>This worked fine in the past, but suddenly something doesn't work anymore as expected. When we get the messages starting from 1am in the morning, we can see that these batch files are sent out to the partners till about 2am, then it suddenly stops working. After restarting the host instance of these orchestrations, we can see that biztalk continues to send out the batched files, but only for another 10 minutes or so and we have to restart the instance again.</p> <p>We see that we have more than 50k messages with the status "Queued (awaiting processing)". After a couple of restarts and no more queued messages, everything works fine througout the day (but we have less traffic during the day)</p> <p>The behaviour started after a deployment, but the only change was in a assembly that we call within one of the orchestrations, but the change was very minor (just a change in an if-condition).</p> <p>I checked the applications logs, but there is no hint that any throttling kicked in nor is any error mentioned in the logs.</p> <p>Do you have any idea where I may find some information what's going on?</p> <p>Your help is most appreciated!</p> <p>Thank you and best regards Michael</p> <p>-- 2013-08-23:</p> <p>I just installed CU6 on our acceptance system and sent 5000 Messages to BizTalk. 5 Orchestrations (one per party that requires that we send them the messages in batches) started and after a moment I see these queued messages:</p> <p><img src="https://i.stack.imgur.com/F1nW3.png" alt="Queued Messages"></p> <p>I have a send file port that writes the batched messages to the file system. It worked fine for about 4 minutes, the orchestration created a file as soon as 100 messages had arrived. Afterwards it waited the 10 minute timeout and created the next file, but with less messages even thought there were a few thousand messages left....</p> <p><img src="https://i.stack.imgur.com/tngHd.png" alt="File System"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload