Hi Martin- Can you create a reproducible test case? If so, we can apply a fix.
If numbers are going negative, that would seem to indicate some sort of consumer mishandling. For example-- messages being rollback or the consumer being closed before consuming all messages in prefetch (ie. Use Spring JMS, or Camel and transactions where connection closing after processing one (1) message, but default prefetch is 1,000) -Matt > On Aug 19, 2024, at 2:45 PM, Martin Lichtin <[email protected]> wrote: > > Hi > > After upgrading from 5.16.7 to 5.18.4, we're seeing sometimes wrong > 'inflight' count (gathered from DestinationStatistics). It's returning > negative numbers.. > > Has anyone else experienced this? > > - Martin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > For further information, visit: https://activemq.apache.org/contact > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
