clebertsuconic commented on PR #5856: URL: https://github.com/apache/activemq-artemis/pull/5856#issuecomment-3164301168
from what I looked, it seems you're just capturing number of tasks directly from the executor service? We use OrderedExecutors, it seems you're not making any integration on the pending tasks from OrderedExecutors? you could have one task pending on the main executor, and 100 tasks pending in one of the OrderedExecutors. (but it's probably Okay from the POV of the external usage.. as it would reflect one session doing work). (I'm just trying to understand how it works). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact