Concurrent consumer trying to update execution record

cancel
Showing results for 
Search instead for 
Did you mean: 
srinivasmula
Active Member

Concurrent consumer trying to update execution record

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
bassam_al-saror
Alfresco Employee

Re: Concurrent consumer trying to update execution record

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