Event Processing on Orchestrator when it is Not Started

If the node status has not been set to STARTED, the Orchestrator will not process any notification. In case of resource recovery, if all the listeners are running, they can receive messages from the JMS destination. Upon recovery, activities like cleaning up the cache, cleaning up the queue, and loading the pending batches will require some time to process. Once the processing is complete the node status will be marked as STARTED and the node will be available to receive new messages from respective JMS destination. JMS listeners of the Orchestrator will not process messages until the node status is set to STARTED. Other JMS listeners like TDS interfaces will be able to process the messages.