Get the connection names in java through wmmqadapter api

Hi,

Can anyone help me with the code or java class to get the Integration Server connection names through wmmqadatper API in java?

I’d look into the DSP page(s) for displaying of MQ connections and their properties. There you should find the services need. I assume they will not be documented anywhere, so you’ll have to “try & error”.

Hi,

Chain these two services:

  • pub.art:listRegisteredAdapters
  • pub.art.connection:listAdapterConnections

They are both from package WmART.

Best regards.

Hi,

these services are documented in the IS Build-In-Services reference.

If you know the identifier for MQAdapter you can directly start with the second one.

Regards,
Holger