Hi,
We need to send messages to a destination system using MQ set up.
The MQ version we support is 9.1.
Can you please help to understand how to establish MQ connectivity from Appian to destination system to send the messages?
Thanks,
Pooja
Discussion posts and replies are publicly visible
https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.1.0/com.ibm.mq.adm.doc/q128250_.htm
Have you looked at how to leverage the available rest API to interface with Appian's Integrations and APIs?
Thanks Robert. I will check and revert.
Hi Robert Shankin,
Thanks for the information. I looked at this option, but currently no REST API implemented for current version.
Is there any alternate way to implement it? What I understood form Appian documentation is we need to use custom Plug In.
I found below plug in, but not sure if it support MQ version 9.1.0.3.
https://community.appian.com/b/appmarket/posts/appian-connector-for-ibm-mq-7-5
Robert Shankin / James CarterI am using the plugin Appian Connector for IBM MQ 7.5. I have configured this in node in process model with my queue deails and getting below error when kicked off the task
"Failed to connect to queue mnager 'XXXX' with connection mode 'Client' and host name 'XXXXX (XXXX)' . Check the queue manager is started and running in Client mode, check if there is a listener running. "
Can you please help here?