| A b h i j e e t 2005-04-13, 5:53 pm |
| 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
|