Tuesday November 22, 2005
JMS monitoring tool in Sun Application server I would like to write a few posts about developing JMS (Java Message Service) components in NetBeans. About developing
Message driven beans and JMS clients I will write in next posts. However, today I would like to introduce very useful
tool Java System Message Queue Administration console, you can run imqadmin in $SUN_APPSERV/imq/lib directory. Now, you
can connect to local broker, click on Destinations node and in table are listed all destinations that are avalaible in JMS server. When you select the destination and click Actions -> Properties new dialog with other info is displayed. There you can specify many options for queue, e.g. max number of messages, max number of producers, ... or you can find number of messeges, producers or consumers or number of messages that are not delivered for durable subscriptions. This tool is very valuable when you want to monitor your queue or topic.