[ 
https://issues.apache.org/jira/browse/ARTEMIS-2190?focusedWorklogId=185450&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185450
 ]

ASF GitHub Bot logged work on ARTEMIS-2190:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jan/19 22:11
            Start Date: 15/Jan/19 22:11
    Worklog Time Spent: 10m 
      Work Description: asfgit commented on pull request #2477: ARTEMIS-2190 
move tests
URL: https://github.com/apache/activemq-artemis/pull/2477
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 185450)
            Time Spent: 10m
    Remaining Estimate: 0h

> Core JMS client leaks temporary destination names
> -------------------------------------------------
>
>                 Key: ARTEMIS-2190
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2190
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 1.5.5, 2.6.0
>            Reporter: Tom Ross
>            Assignee: Justin Bertram
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The core JMS client leaks the {{SimpleString}} identifiers for temporary 
> destinations. When a temporary JMS destination is created it is added to two 
> lists on {{ActiveMQConnection}}, but when it is deleted it is only removed 
> from one list.
> {code:java}
> public void addTemporaryQueue(final SimpleString queueAddress) {
>  tempQueues.add(queueAddress);
>  knownDestinations.add(queueAddress);
> }
> public void removeTemporaryQueue(final SimpleString queueAddress) {
>  tempQueues.remove(queueAddress);
> }{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to