Message Queue based Async Executor with RabbitMQ

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?

Hey @mjc,

I am not sure that I understand your question? What exactly isn’t working for you?

Cheers,
Filip