Skip to content

Commit

Permalink
Add documentation for MessageReadTime parameter (#210)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people committed Jun 13, 2024
1 parent ba1b239 commit b163549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/components/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ The MessageId property in the Publish will be used for duplicate detection. This
* 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
* Lock token is also supplied with the data returned by the Subscribe Connector
* Choose the AcknowledgeType, normally it would always be Complete
* Set IgnoreLockLost exception if you do not want to throw an error if the lock is not found
* 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.
* 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.
* Set the authentication the same as you did in the previous connectors 

![acknowledge](../../images/pubsub-ackconnector.png)
Expand Down
Binary file modified images/pubsub-ackconnector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b163549

Please sign in to comment.