You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our application is deployed as a WAR in a standalone Tomcat. The application can 'reboot' without rebooting the whole JVM.
It seems there is no way to programmatically stop TransactionOutboxImpl#scheduler or to provide it.
Could you please make TransactionOutbox closeable with a close method shutting down the executor?
The text was updated successfully, but these errors were encountered:
reda-alaoui
changed the title
TransactionOutboxImpl#scheduler can't be shutdown without stopping the JVM
TransactionOutboxImpl#scheduler can't be shutdown without stopping the whole JVM
Aug 12, 2024
Hello,
Our application is deployed as a WAR in a standalone Tomcat. The application can 'reboot' without rebooting the whole JVM.
It seems there is no way to programmatically stop
TransactionOutboxImpl#scheduler
or to provide it.Could you please make TransactionOutbox closeable with a close method shutting down the executor?
The text was updated successfully, but these errors were encountered: