wildfly

english

Query queue depth in Wildfly

What do we want? To query how many messages (and scheduled messages) are in a JMS queue. How can we achieve this? The JMS API does not provide the ability or tools to do this, but we can query this data from Wildfly/JBoss CLI, so that, the information is present on runtime: However, if it

Scroll to Top