Is there way to delay pending transactions to run where starting WebLogic Server?
OSM is J2EE application running inside WebLogic Server 10.3.X. There are many transactions running concurrently inside WLS JVM. When re-start OSM, i.e, re-start WLS Server, un-finished / pending transactions will start to execute before OSM is fully started, so it will take long time for OSM to be functional.
The question is - is there any way we can delay pending transactions to execute so they can run after the application is fully started?
Thanks
The question is - is there any way we can delay pending transactions to execute so they can run after the application is fully started?
Thanks
0