You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Endre Stølsvik (JIRA)" <ji...@apache.org> on 2015/03/20 23:37:38 UTC

[jira] [Created] (AMQ-5681) inFlightCount of "ActiveMQ.Advisory.TempQueue" seems to rise forever.

Endre Stølsvik created AMQ-5681:
-----------------------------------

             Summary: inFlightCount of "ActiveMQ.Advisory.TempQueue" seems to rise forever.
                 Key: AMQ-5681
                 URL: https://issues.apache.org/jira/browse/AMQ-5681
             Project: ActiveMQ
          Issue Type: Bug
            Reporter: Endre Stølsvik


These are some lines from a monitor-thingy that I have:

ActiveMQ.Advisory.TempQueue
  DLQ: false, consumer#:4, producer#:0 queueSize:0, enqueue#:10, dequeue#:0, dispatch#:40, inFlight#:40, expired#:0

The fact here is that no-one is subscribing to that advisory channel. There are however a total of 4 Connections to the ActiveMQ instance.

And there have been made a total of 10 temporary queues (to use as a request-reply channel for the statistics plugin).

Evidently, for every Connection made to the broker, it somehow assumes that the Connection wants these advisories, but then there is no one actually consuming and acknowledging them, thus stacking up in the inFlightCount.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)