Re: Help creating unique transactions in BT2006

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Answering the following questions may help troubleshooting the
problem:
- When you say "a batch of messages", do you mean multiple messages in
a single message/file etc?
- Does the orchestration pick up a single message or the batch of
messages? if the orchestration picks up the batch of messages and
calls the API, then it might be the expected behavior (or bug) of the
vendor API.

A thing to consider batch message processing in an orchestration is
how to handle error correctly.
If error occurs, then the orchestration will try to re-process all
batch messages and it might introduce complexity in the subscribing
system.
An alternative is using an envelop to seperate the messages upon
receiving the batch so the orchestration always subscribes to a single
message.

Just my 2 cents and hope it help.

Stanley
.



Relevant Pages

  • Re: Batching messages
    ... Look at Scenario 2: Retail Company Batch Orders; ... customers which then need to be batched up and sent to our supplier. ... then send the processed order to another orchestration whose job it is to ...
    (microsoft.public.biztalk.general)
  • Re: Guidance required on a custom biztalk adapter
    ... certainly see how it might be easy to schedule an orchestration. ... and publish single or batch of messages all from within the orchestration. ... I need to write a "receive" adapter because it would be publishing ... Just wake up, do your thing, and ...
    (microsoft.public.biztalk.server)
  • Re: orchestration batching the messages to the messagebox?
    ... Do you mean your Initial orchestration is not completed untill all the child ... and is there a batch size? ...
    (microsoft.public.biztalk.general)