I am using Java API for WMQ.
I have seen that RFHUTIL is able to load all queue names in a drop down list for a queue manager.
Same way, I wanted to get all queue names for a queue manager in a list.
It is being done by RFHUTIL, so definitely it is possible. I checked the functions available for MQQueueManager class but could find any solution.
Need some advice.