How can a producer get notified if the consumer does not pick up a file within 15 minutes?
To notify a producer if the consumer does not pick up a file within 15 minutes of its arrival, use a Workflow SLC with a duration schedule and milestones.
Create Milestone 1 to watch for the delivery (called File
delivered to consumer MBX in this example).
Create Milestone 2 to monitor the pickup of the data delivered (called Consumer Picks Up the File)
Since multiple files can be picked up and delivered simultaneously, you must also specify a correlator value for the Workflow, which ties the name of the delivered file to the name of the picked up file.