valentin-matignon commented on pull request #826: URL: https://github.com/apache/cxf/pull/826#issuecomment-909285149
@reta, i'm using a TIBCO broker and the **_com.tibco:tibjms:8.3.0_**, **_javax.jms:javax.jms-api:2.0.1_** dependencies in my program. Which tests are you talking about ? - I tested `testRequestQueueResponseTempQueue` and `testRequestTopicResponseTempQueue` tests of `RequestResponseTest` class and the `delete` method of the associated temporary queue (`ActiveMQTempQueue` in this case) **is never called** because it is not called by the `close` method of the associated connection (`ActiveMQConnection` in this case) - I tested `testTempQueueIssue` test of `PooledConnectionTempQueueTest` class and the `delete` method of the associated temporary queue (`ActiveMQTempQueue` in this case) **is called** because it is called by the `close` method of the associated connection (`PooledConnection` in this case) Have you noticed the same or am I wrong? -- 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]
