Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-6696

Memory Usage for composite destination increasing when concurrentSend is used

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.14.0
    • 5.15.0
    • None
    • None

    Description

      After message has been forwarded to the underlying queues MemoryUsageByteCount is increasing for the topic, would have expected it to return to zero.

      <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>

      Attachments

        Activity

          People

            gtully Gary Tully
            gtully Gary Tully
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: