02-02-06 10:51 PM
I have designed a resequencer that accepts a number of documents and
reorders them based on a promoted property ID and sends them to a
remote system via a send shape. In this orchestration I have a message
store that contains out of order messages to be delivered at which
point a sequence has been completed by the incoming message.
I would like to be able to capture when the send shape tries to deliver
a message to the send port and it fails or gets suspended due to
whatever reason. Is there a way to capture this and trigger a few
actions such as
- Create an email and send an alert to the administrator.
- Perform some database updates to mark records as failed to deliver.
- Then terminate
I also need to insure that the send port only tries to send one message
at a time and that the next send does not start until the prior one has
actually finished.
What can I do in my orchestration to insure this plus avoid any
unnecessary orchestration persistent points???
[ Post a follow-up to this message ]
|