Details
-
Improvement
-
Resolution: Unresolved
-
Neutral
-
None
-
1.7.1
-
-
Empty show more show less
-
Yes
Description
Currently RMQ commands cannot be configured within a command chain. Therefore the RMQ modules cannot be used with the workflow modules.
The problem with using PublishingProducerCommand in a workflow is it doesn’t implement: public boolean execute(info.magnolia.commands.chain.Context) even though it implements: public boolean execute(info.magnolia.context.Context) CommandJob invokes execute(info.magnolia.commands.chain.Context) but since PublishingProducerCommand doesn't implement it, MgnlCommand gets it and invokes executeSynchronized(...), which PublishingProducerCommand doesn't implement either.
Checklists
Acceptance criteria