Skip to content

Try to remove dependencies to JMS

Probably the migration to another framework will be easier without the dependency to JMS. JMS is used for async job processing. Some of these jobs should be done synchronous, some asynchronous. Try to create database backed job processing, with alternative for async and sync processing.