I am new to Sonic and am trying out Management API.
I took the program ShowQueues.java inside Sonic_Installation\MQ8.6\samples\Management\runtimeAPI\javaProxy and pasted it into eclipse, since I want to change the url (currently: tcp://localhost:2506).
It is showing an error near the class 'Common'. Can you please tell me which jar this 'Common' class is available in?
The Common class is part of the sample project and can be found in the sample directory.
Otherwise the jars can be found in the lib directory.
The class path for the Mgmt api is :
The class path for the MQ api is :
Regards