Hi,
Following this example using rabbitmq
Using
org.flowable.job.service.impl.asyncexecutor.message.AsyncJobMessageReceiver
and implementing
org.flowable.job.service.impl.asyncexecutor.message.AsyncJobMessageHandler
to run the logic from org.flowable.spring.executor.jms.JobMessageListener
Is this the right approach and should AsyncJobMessageReceiver be deleting the job?