reta commented on a change in pull request #826:
URL: https://github.com/apache/cxf/pull/826#discussion_r698815702



##########
File path: 
rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSConduit.java
##########
@@ -510,6 +510,7 @@ private synchronized void shutdownListeners() {
         }
     }
     public synchronized void close() {
+        jmsConfig.resetCachedReplyDestination();

Review comment:
       I believe we should call it after the `shutdownListeners()` (because we 
still have listeners on the queue being deleted) but before 
`ResourceCloser.close(connection)`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to