[
https://issues.apache.org/jira/browse/AMQ-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Bosanac updated AMQ-2349:
-------------------------------
Fix Version/s: (was: 5.4.2)
5.5.0
> 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
> Fix For: 5.5.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.
-
You can reply to this email to add a comment to the issue online.