dixitdeepak opened a new pull request, #1166:
URL: https://github.com/apache/ofbiz-framework/pull/1166

   Enhance service semaphore to support parameter-based locking (OFBIZ-13395)
   
   - Added `semaphore-parameter-name` attribute to service definitions
   - Extended `ServiceSemaphore` to include `parameterValue`
   - Updated locking logic to use `(serviceName, parameterValue)` scope
   - Modified dispatcher to pass parameter values from service requests
   - Allows concurrent execution of the same service for different parameter 
values
   - Enables finer-grained concurrency control compared to service-level locking


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to