JACL for message listener and JMS queues deletion
--------------------------------
Gurus
I am quite new to JACL scripting. I tried to do this myself tryin out various code snippets which I could gather but was not able to do this.
Please can someone give me a JACL code which can DELETE (see screen shot attached)
1) Listener ports BAAListener_TEST ( Application servers > TEST_o2aix53.01 > Message Listener Service > Listener Ports > BAAListener_TEST )
2) JMS queues ( Queues > BAAGet_TEST )
I think I need to get the id of these objects
..........................................................................................
set id [$AdminConfig getid /Cell:GateNetwork/Node:o2aix53/Server:TEST_o2aix53.01/ xxxxx]
..........................................................................................
and then use the remove method.
..........................................................................................
$AdminConfig remove $id
..........................................................................................
But my problem I am not able to get the ids .....because my syntax is wrong. Please can someone help and provide a code
Rgds
Raj
--------------------------------
Posted By: rajabasak at Feb 20 2010 9:30AM