0
votes

I am struggling connecting a Logic App to MQ in the IBM Cloud.

I created a Queue Manager in MQ and want to send some test message to any of the default queues.

MQ

The Logic App connector wants the Queue Manager, Channel and Queue.

Logic App

I created a Channel of Type Receiver, not sure why this is needed, but created it.

When I try to connect I got an error.

Logic App Error

Tried using the port as well, (tried 30127 and 1414, 30127 the port assigned to the Queue Manager) and received an error, though a different error.

Logic App New Error

This is my first time working with MQ, so any help would be much appreciated.

1

1 Answers

1
votes

You don't need a channel of type RECEIVER, instead you need a channel of type SVRCONN. In your screenshot that asks for a 'Channel Name' with description 'The channel to connect to the queue manager on' it must be a channel of type SVRCONN whose name you supply in that field.

Could you update your question to show how you used the port? If the port number is not 1414, then you will certainly need to supply it as well.