Listing MQ Handers from a service

trying to get a list of all configured handlers via a service in dev, there’s a getMessageHandlers service in MQ package, but only uses a single input (qmgrname), but doesn’t have any output.

Is there any service that can list all handlers, similar to listresources can be used for all JDBC Adapters.

Ta
Gav

Gav,

You might have to dig around in the DSP files of the Websphere MQ package’s admin pages to find the right sequence of services to call to return the info you are looking for.

If you can view the information in the package’s admin pages, you know there must be a service or combination of services that can be invoked with the right inputs to get the information you need.

HTH,

Mark