Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for MessageReadTime parameter #210

Merged
merged 30 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3bc9839
Update executiontree.md
twinpiloot Aug 5, 2021
963e2b0
Update executiontree.md
twinpiloot Aug 5, 2021
ead08ab
Update alerting.md
twinpiloot Aug 5, 2021
da7f430
Replace fixed GUID by function and fix template parameters description
twinpiloot Oct 27, 2021
3b7cfb9
Merge branch 'master' into armparameters
twinpiloot Oct 27, 2021
a0822f9
Merge pull request #1 from twinpiloot/armparameters
twinpiloot Oct 27, 2021
a070c38
Use function
twinpiloot Oct 27, 2021
bc72fbe
Merge branch 'master' into master
grik001 Nov 1, 2021
8614212
Fix formatting and duplicate text
twinpiloot Nov 1, 2021
e85183e
Merge branch 'master' of https://github.com/twinpiloot/docs-ifa
twinpiloot Nov 1, 2021
ee69ab3
Merge pull request #2 from invictus-integration/master
twinpiloot Nov 1, 2021
d37b28b
Fix duplicate section
twinpiloot Nov 1, 2021
a8924d1
Merge branch 'master' into master
grik001 Nov 3, 2021
217b305
Merge pull request #3 from invictus-integration/master
twinpiloot Dec 17, 2021
5a8df24
Add diagnotic settings for ADF.
twinpiloot Dec 17, 2021
d16477d
Include access policy in template.
twinpiloot Dec 17, 2021
7b4863c
Update datafactorydiagnostics.md
twinpiloot Jan 2, 2022
8280e9c
Extend BeforeMapping and Aftermapping documentation.
twinpiloot Oct 26, 2023
fd3acac
Minor changes.
twinpiloot Oct 27, 2023
62d17c5
Merge branch 'invictus-integration:master' into dev/mp/transco-mapping
twinpiloot Oct 27, 2023
cab58b4
Merge pull request #4 from twinpiloot/dev/mp/transco-mapping
twinpiloot Oct 27, 2023
774c76a
Merge branch 'invictus-integration:master' into master
twinpiloot Jan 10, 2024
9c5ff12
Update migration guide
twinpiloot Jan 10, 2024
fdcf152
Implement feedback from Matthew
twinpiloot Jan 10, 2024
196594d
Merge branch 'master' into master
GoutsmitSam Jan 23, 2024
ee47a8d
Add MessageReadTime to doc
Jun 8, 2024
fdcc221
Feedback from Rene
Jun 13, 2024
d43e0ee
Merge branch 'invictus-integration:master' into master
twinpiloot Jun 13, 2024
d8c3e1c
Add Resubmit
Jun 13, 2024
6544948
Merge branch 'master' of https://github.com/twinpiloot/docs-ifa
Jun 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.