Have a single verticle/vertx instance query for tasks and send the data through the event bus. The tasks will be picked up by other verticles in other vertx instances within the cluster. But if the message goes unanswered, then the task will be un-claimed/un-fetched by the main verticle that queries camunda
Have a single verticle/vertx instance query for tasks and send the data through the event bus. The tasks will be picked up by other verticles in other vertx instances within the cluster. But if the message goes unanswered, then the task will be un-claimed/un-fetched by the main verticle that queries camunda