In view https://cloud.ibm.com/resources I m having two elements
- Cloud Foundry services -> App Connect
- Services -> MQ
Within App Connect I would like to use MQ. How do I tell cloud.ibm.com that the two shall work with each other?
In appconnect.ibm.com/create I would like to work with that MQ - but don't know how.
In appconnect.ibm.com/catalog/apps -> MQ I also do not see a smart way to connect to MQ.
I just deployed IBM MQ and IBM App Connect to test this. In this example, I connect to MQ from App Connect and deploy a flow that is triggered when a message arrives on
DEV.QUEUE.1. The flow then puts a new message, copying the payload from the first, on toDEV.QUEUE.2. It looks like you already have IBM App Connect and IBM MQ services deployed, so I will dive straight into the configuration of MQ and the App Connect flow. Here's the steps I took:QM1and then created, and downloaded anAPI key. I made a note of the username shown on the Application Credentials page.Connection Informationshown for my Queue Manager on the Queue Managers page. This information can also be downloaded by clicking theConnection Informationbutton at the top right corner of the page.Catalogview, I added IBM MQ as an application and created a new accountAccount 1.Event-driven flow, SelectedMQfrom the applications list,Account 1andNew message on a queueDEV.QUEUE.1Applicationslist, thenPut message to a queueand this time I entered the queue nameDEV.QUEUE.2.Administerfor my Queue Manager in the resource list view.Manage, clicked onDEV.QUEUE.1and thenCreateto put a simple test message. Returning back to theManageview, I could see my message had been processed by IBM App Connect and was now onDEV.QUEUE.2.