Robbie Gemmell created QPID-4306:
------------------------------------

             Summary: race condition during concurrent use of an AMQDestination 
may lead to NPE
                 Key: QPID-4306
                 URL: https://issues.apache.org/jira/browse/QPID-4306
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Robbie Gemmell


Methods setQueueName and getEncodedName in AMQDestination are not synchronized. 
On invoking them concurrently from separate threads we might get unpredictible 
results.

This might result in upredictable client behaviour like throwing of NPE or 
generating incocorrect URLs for JMSReplyTo destinations.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to