Skip to Content
0
Aug 25, 2023 at 05:33 AM

#SCPI : JMS queue behavior in case of system downtime.

62 Views

Hi Experts,

I have a scenario where we are querying the data from SFEC and this is the first step of the iflow.
Before querying we are storing the current datetime in a property.
In case of system SFEC downtime, we would like to re-send the data again without any manual intervention.

Will the JMS be able to process the property and start the execution of the second iflow from the beginning?

For example:
Iflow 1 : In case of SFEC downtime, message will be sent to JMS queue via exception subprocess. But message is not getting picked by another iflow(number of retries count is getting increased, however message is not getting picked up). Is it because the message has only property and no data?
What is the best use case we can implement in case of system downtime?

image.png

2nd iflow error :

image.png

Attachments

image.png (21.2 kB)
image.png (81.0 kB)