Lorenz Quack created QPID-7441:
----------------------------------

             Summary: [Java Broker] Make 
AbstractConfiguredObject#setAttributesAsync actually asynchronous
                 Key: QPID-7441
                 URL: https://issues.apache.org/jira/browse/QPID-7441
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Lorenz Quack


Currently {{AbstractConfiguredObject#setAttributesAsync}} performs the setting 
of the attributes in a synchronous {{runTask()}} the only thing async is the 
potential state change that might occur.

The setting of the attributes should happen asynchronously to match the method 
name. The potential state change should then be chained to the future.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to