JMS client transport (JMSConduit) does not tear down its reply awaiting
listener on Bus shutdown
------------------------------------------------------------------------------------------------
Key: CXF-2034
URL: https://issues.apache.org/jira/browse/CXF-2034
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.1.3
Reporter: Marat Bedretdinov
Fix For: 2.1.5
As per summary JMSConduit leaks message consumers on Bus shutdown.
This leads to a race for the same reply message and unpredictable behaviour
when more than one CXF proxy consumes messages from the same queue with
matching selectors between Bus restarts. This can be easily reproduced within
JUnit if two or more tests use CXF proxy with JMS transport on reading replies
from the same queue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.