[ 
https://issues.apache.org/jira/browse/AMQ-6696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Tully resolved AMQ-6696.
-----------------------------
    Resolution: Fixed

> Memory Usage for composite destination increasing when concurrentSend is used
> -----------------------------------------------------------------------------
>
>                 Key: AMQ-6696
>                 URL: https://issues.apache.org/jira/browse/AMQ-6696
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.14.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.15.0
>
>
> After message has been forwarded to the underlying queues 
> MemoryUsageByteCount is increasing for the topic, would have expected it to 
> return to zero.{code}
> <destinationInterceptors>
>                 <virtualDestinationInterceptor>
>                   <virtualDestinations>
>                               <compositeTopic name="target" 
> forwardOnly="false" concurrentSend="true" >
>                                        <forwardTo>
>                                           <queue physicalName="queue.one" />
>                                           <queue physicalName="queue.two" />
>                                           <queue physicalName="queue.three" />
>                             </forwardTo>
>               </compositeTopic>
>            </virtualDestinations>
>      </virtualDestinationInterceptor>
> </destinationInterceptors>{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to