Gary Tully created AMQ-7233:
-------------------------------
Summary: PooledConnectionFactory connection close does not delete
temp dests if there is an active consumer
Key: AMQ-7233
URL: https://issues.apache.org/jira/browse/AMQ-7233
Project: ActiveMQ
Issue Type: Bug
Components: ConnectionPool, JMS client
Affects Versions: 5.15.0
Reporter: Gary Tully
Assignee: Gary Tully
Fix For: 5.16.0
connection.close should delete temp dests and close any sessions etc.. AMQ-2349
sorted this for the pooled connection, however the sessions should have been
closed before the temp destination cleanup.
at the moment the temps remain in error and there is an info warn:
{code}
INFO: failed to delete Temporary Queue "temp-queue://ID:..." on closing pooled
connection: A consumer is consuming from the temporary destination
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)