Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.9
-
None
-
None
Description
The startup process of the magnolia-rabbitmq-connector module has a problem:
The startup process looks like this:
<pause the quartz scheduler>
<do some magic>
<resume the quartz scheduler>
Now, if a runtime exception occurs in the <do some magic> phase, then starting the rabbitmq module fails (almost silently) and the scheduler stays paused. A try-finally block should be added there.
Issue might be in the wrong project because the rabbitmq-connector project could not be found in here, is either hidden or does not exist?
Checklists
Acceptance criteria