]
Flavia Rainone updated WFLY-12322:
----------------------------------
Summary: Avoid redispatching to a worker the ejb call if it is not async (at
AssociationImpl) (was: Avoid redispatching to a worker the ejb call if it is async (at
AssociationImpl))
Avoid redispatching to a worker the ejb call if it is not async (at
AssociationImpl)
------------------------------------------------------------------------------------
Key: WFLY-12322
URL:
https://issues.jboss.org/browse/WFLY-12322
Project: WildFly
Issue Type: Enhancement
Components: EJB
Reporter: Flavia Rainone
Assignee: Stuart Douglas
Priority: Major
Fix For: 18.0.0.Beta1
Prevent the extra cost of dispatching the message at AssociationImpl.execute if the
message is synchronous, by just executing it right away