Hi Mahesh,
I have a jms trigger pointing to queue with some filter condition. The subscribing service mentioned in the trigger will do a http call
Messages are picked and lost if the server is down - i.e. http call returns server down.
I’m trying to build a retry mechanism for trigger along with resource monitoring service. Attached is the screenshot of trigger properties.
The service is successfully retrying but trigger is not suspended at the end.
In the resource monitoring service I’m just setting the isAvailable to ‘false’.
Please suggest if I’m missing anything. why trigger is not suspending?