Event Processing on Orchestrator when it is Not Started

If the node status has not been set to STARTED, the Orchestrator does 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 require some time to process. Once the processing is complete the node status is marked as STARTED and the node is available to receive new messages from respective JMS destination. JMS listeners of the Orchestrator does not process messages until the node status is set to STARTED. Other JMS listeners like Transient Data Store interfaces can process the messages.