Client can deadlock when session is accessed from two threads
-------------------------------------------------------------
Key: QPID-590
URL: https://issues.apache.org/jira/browse/QPID-590
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M2
Reporter: Martin Ritchie
Assignee: Martin Ritchie
Fix For: M2.1
While using two threads on a session is not JMS Spec compliant the spec does
not clearly state what should be done. The current architecture of the client
code can easily avoid this deadlock without loss of functionality. Simply
deadlocking is not an acceptable solution and IMHO throwing an
IllegalStateException whilst within the JMS Spec is not necessary as our
architecture has the flexibility to support this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.