[
https://issues.apache.org/jira/browse/AMQ-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish resolved AMQ-2349.
-------------------------------
Resolution: Fixed
Assignee: Timothy Bish
Patch applied with some small modifications, Thanks!
> Temporary destinations created with PooledConnectionFactory never get deleted
> -----------------------------------------------------------------------------
>
> Key: AMQ-2349
> URL: https://issues.apache.org/jira/browse/AMQ-2349
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.2.0
> Reporter: Joe Luo
> Assignee: Timothy Bish
> Fix For: 5.6.0
>
> Attachments: tempDestination-trunk.patch
>
>
> Temporary destinations that created are bound to the underlying connection.
> If the connection is destroyed, then the temp destinations that bound to the
> connection will be destroyed.
> In the case that a PooledConnectionFactory is used, the underlying connection
> won't be destroyed even though PooledConnection.close() is called. Instead it
> is returned back to the pool. Thus, the temp desinations that created would
> never be destroyed and all of them would be accumulated until the connection
> is destroyed.
> We should delete the temp destinations every time when the
> PooledConnection.close() is called to avoid accumulation of the temporary
> destinations.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira