Greetings, I have set my trigger to:
Capacity 10000
Refill level 4000
Ack queue size 1000
Retry untill successful(in designer max retry attempts is changed to 0 that way with no option to change it - in messaging on IS GUI it’s set to -1)
Retry interval: 1 minute
Retry Failure Behavior Throw service exception
Processing mode Concurrent
Max execution threads 64
Service called by trigger is a service which invokes another one, which on catch calls Exit from flow signaling FAILURE.
I have published the document(designed to fail, and failing - I checked) few times, but it seems that it’s not being retried, as in webMethods Messaging Trigger Management:
Current Thread Count = 0
Current Queue Count=0
for this trigger.
Am I missing something?