Websphere 7 SIB Queue: how to access queue depth wsadmin command?

So to find out the queue depths I've written this JACK script.

So to find out the queue depths I've written this JACK script... set qpoint "WebSphere:*,type=SIBQueuePoint" set queues $AdminControl queryNames $qpoint foreach q $queues { set identifier $AdminControl getAttribute $q identifier set size $AdminControl getAttribute $q depth puts "$identifier size: $size messages" puts $AdminControl getAttributes $q Stuff it in a file on the box, jeff. Jacl and call the command... /opt/IBM/WebSphere/AppServer/bin # . /wsadmin.Sh -profile jp.cmd.

Jacl And what do you get? Well you get a whole bag of awesomeness! WASX7209I: Connected to process "server1" on node WRSNode using SOAP connector; The type of process is: UnManagedProcess CHANGE_REQUEST size: 15 messages {depth 15} {state ACTIVE} {id CFAC834BE6AF5D9A30451D01_QUEUE_51} {identifier CHANGE_REQUEST} {highMessageThreshold 50000} {sendAllowed true} ETL_DEAD size: 378 messages Next job is to see if I can all the java code that is used by JACL directly.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions