cancel
Showing results for 
Search instead for 
Did you mean: 

Concurrent consumer trying to update execution record

srinivasmula
Champ on-the-rise
Champ on-the-rise

Having issue with concurrent consumers.

JavaDelegate sending message to another application with execution id 

Listener getting message back from another application and execution id not found

Looks like message coming very quickly

Is there any way we can make sure execution record commited then send message to another application.

Using Activiti version 6.0.0

1 REPLY 1

bassam_al-saror
Star Collaborator
Star Collaborator

Is the service task that calls the Java delegate async? Can you share some code to show how you are sending and receiving messages?