Rob Godfrey created QPID-4673:
---------------------------------
Summary: [Java Broker AMQP 1.0] Potential for deadlock when
draining AMQP 1.0 subscriptions
Key: QPID-4673
URL: https://issues.apache.org/jira/browse/QPID-4673
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: 0.20
Reporter: Rob Godfrey
Assignee: Rob Godfrey
Fix For: 0.21
There is a potential for deadlock between the locks on the connection endpoint
and the subscription object in the java broker when running in the AMQP 1.0
codepath. Instead of locking the subscription object the methods should
instead take the lock from the link (which is the same as the connection
endpoint lock).
--
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]