Ordered delivery of messages in biztalk
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi,
Input to Biztalk: file with records
0,A
1,B
2,C
3,D
4,E
5,F
6,G
7,H
8,I
9,J
Logic within orchestration: do some processing on all the individual
records and Delete some records
Output from sendport: Ordered delivery of messages. I.e. I can not send
7th record before 3rd record
0,A
2,C
3,D
4,E
6,G
7,H
8,I
P.S.
1, Can't use envelop schema as it will publish all the messages in
message box and there is no means to know the order in which they come.
2, Cannot you orchestration to de batch because example is small but
real data is 100,000 records 500 mb file size.
3. Not using MSMQ, MSMQT
4. So what i am looking for? :) Considering above constrains how can I
be able to maintain the order/sequence of messages i am processing.
In short, FIFO.
Any ideas??
Abhijeet
.
Relevant Pages
- Re: How To use BizTalk Server Synchronous Calls - Pls help
... We have separate platform for BizTalk Server, ... orchestraton communicates web services, and executes process steps. ... Orchestration communicates web services. ... When you receive the intial request the pipeline publishes to the messagebox ... (microsoft.public.biztalk.general) - Re: SQL Adapter or call SQL from C# Helper class
... Here I mention only Send Port functionality. ... And ADO.NET client of SQL is more flexible, more manageable then "BizTalk" ... The SQL Send Port + Orchestration are clumsy. ... (microsoft.public.biztalk.general) - Re: Orchestrations published as web services - Issues
... You can definitely expose BizTalk orchestrations as web services using ... I've tried to run the wizard against a DLL containing an orchestration ... Why the heck cant BTS WebServices handle typed messages? ... The typed one however always throws a weird error message saying " Server ... (microsoft.public.biztalk.general) - Architectural Design advice....
... I'm at a juncture with my existing migration project from a Biztalk ... for the sender partners, ... outbound channel is located for the receiver partner and mapping to ... The initialization orchestration handles using ... (microsoft.public.biztalk.general) - Re: Orchestration instance active, no tracking events
... I just wish Biztalk gave you a bit more feedback when things go wrong. ... Nick. ... >> try to use the orchestration debugger I either get the message "there is ... Once I installed the MSMQ adaptor in order to ... (microsoft.public.biztalk.general) |
|