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:QM1
and then created, and downloaded anAPI key
. I made a note of the username shown on the Application Credentials page.Connection Information
shown for my Queue Manager on the Queue Managers page. This information can also be downloaded by clicking theConnection Information
button at the top right corner of the page.Catalog
view, I added IBM MQ as an application and created a new accountAccount 1
.Event-driven flow
, SelectedMQ
from the applications list,Account 1
andNew message on a queue
DEV.QUEUE.1
Applications
list, thenPut message to a queue
and this time I entered the queue nameDEV.QUEUE.2
.Administer
for my Queue Manager in the resource list view.Manage
, clicked onDEV.QUEUE.1
and thenCreate
to put a simple test message. Returning back to theManage
view, I could see my message had been processed by IBM App Connect and was now onDEV.QUEUE.2
.