Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to read more that one message in a orchestration

0 views
Skip to first unread message

Abel

unread,
Sep 2, 2009, 7:52:01 AM9/2/09
to
Hi,
I need to create an orchestration that generates one message with the
information of some messages that have been received in a port (Port_1). The
orchestration must to begin with the reception of a trigger message, and have
to read all received messages.
Please, Could you recommend me how to create this orchestration? I'm trying
to create a loop that read messages from the Port_1, but I have problems with
correlation.
Is this the best practice to read a lot messages in an orchestration?
Thanks, Abel

Dan Rosanova

unread,
Sep 8, 2009, 11:05:41 AM9/8/09
to
Hi,
Sounds like you need a convoy. First I'd ask are these all the same
message type? If so you need a sequential convoy. Check this out:
http://msdn.microsoft.com/en-us/library/ms942189(BTS.10).aspx

Most importantly you need a way to trigger the end of the receive
convoy. This is often a delay shape or a count (if you have a
deterministic problem... this is better, but more rare).

Kind Regards,
-Dan

0 new messages