davsclaus commented on PR #21953: URL: https://github.com/apache/camel/pull/21953#issuecomment-4045602192
yeah it may be nice with a specific api call that is light weight to return the queue depth. The browsable is a bit heavy in messaging systems as their browse APIs is just to iterate the queue 1 message at a time, and dont have APIs to return the depth only. For that you need something that is messaging specific. And this would require a round trip to the broker. ActiveMQ classic has advisory messages. Dont know if kafka has anything etc. So this is likely more useful for internal queus like seda/disruptor and where else we can find an API to get some queue depth. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
