Hello everyone
I have a flowable send task which sends a message to a queue (rabbitmq) then i have a receive task which consume the message sent by the send event task ( same channel destination) but its not working and it bloks the proccess on the receive event task
Im wondering why its not working !
here receive task properties