Skip to content

Commit b163549

Browse files
twinpilootgrik001GoutsmitSamMartin Peters
authored
Add documentation for MessageReadTime parameter (#210)
* Update executiontree.md * Update executiontree.md * Update alerting.md * Replace fixed GUID by function and fix template parameters description * Use function * Fix formatting and duplicate text * Fix duplicate section * Add diagnotic settings for ADF. * Include access policy in template. * Update datafactorydiagnostics.md * Extend BeforeMapping and Aftermapping documentation. * Minor changes. * Update migration guide * Implement feedback from Matthew * Add MessageReadTime to doc * Feedback from Rene * Add Resubmit --------- Co-authored-by: Keith Grima <keith.a.gri@gmail.com> Co-authored-by: GoutsmitSam <127121297+GoutsmitSam@users.noreply.github.com> Co-authored-by: Martin Peters <Martin.Peters@codit.eu>
1 parent ba1b239 commit b163549

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

framework/components/pubsub.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ The MessageId property in the Publish will be used for duplicate detection. This
110110
* The previous Subscribe connector returns the subscription value supplied as a parameter, as output, use that in the acknowledge connector to avoid typing the wrong subscription value
111111
* Lock token is also supplied with the data returned by the Subscribe Connector
112112
* Choose the AcknowledgeType, normally it would always be Complete
113-
* Set IgnoreLockLost exception if you do not want to throw an error if the lock is not found
113+
* Set IgnoreLockLostException if you do not want to throw an error if the lock is not found. For example in case of a Resubmit of the Logic App.
114+
* Set the MessageReadTime to @trigger()['startTime'] when IgnoreLockLost=true and you want to avoid duplicate messages. Invictus will resend the message when it has not received an Acknowledgement within the lock timeout. By setting this parameter, the Acknowledge will not ignore the LockLostException if this startTime is more than the set lock timeout on the message (default 1 minute). The exception should be catched and handled.
114115
* Set the authentication the same as you did in the previous connectors 
115116

116117
![acknowledge](../../images/pubsub-ackconnector.png)

images/pubsub-ackconnector.png

15 KB
Loading

0 commit comments

Comments
 (0)