IBM Cloud Docs
Getting started with IBM MQ on Cloud

Getting started with IBM MQ on Cloud

IBM MQ on Cloud enables you to quickly and easily deploy queue managers in the cloud and connect your applications to them, for reliable data transfer between different parts of your enterprise application landscape.

This document describes two approaches to get started with IBM MQ on Cloud:

  • Getting started using the Guided Tour - this describes how to start the embedded tutorial, which will guide you through the process of creating and using your first IBM MQ on Cloud queue manager.
  • Manually creating and using an IBM MQ on Cloud queue manager - this provides documented steps describing how to create and use your first IBM MQ on Cloud queue manager.

Before you begin

  • You need an IBM Cloud® account.
  • Permissions to create a IBM MQ on Cloud service instance in the account.

Launching an IBM MQ on Cloud service Instance

To create an MQ on Cloud service instance:

  1. Go to the IBM Cloud Catalog
  2. Select MQ
  3. Select your desired region.
  4. Type in a service name.
  5. Select a plan, for example Lite.
  6. Click Create.

You are now presented with a view of your service instance from where you will be able to view and manage your queue managers. This is also the page from which you can launch the Guided Tour.

Getting started using the Guided Tour

The MQ on Cloud service comes with a Guided Tour, which provides step by step guidance through the following steps:

  • creating a queue manager
  • registering an application to put and get messages on a queue
  • administering a queue manager

You can launch the Guided Tour by clicking on the 'Take the tour' button at the bottom left of the page.

Image showing the location of the Guided Tour launch icon

If you don't yet have any queue managers, the Guided Tour will automatically be expanded.

Once the Guided Tour is expanded, you can begin by clicking 'Continue'.

Image showing the location of the Guided Tour start icon

Manually creating and using an IBM MQ on Cloud queue manager

As an alternative to the Guided Tour, you can instead follow the documented steps below to create and use the IBM MQ on Cloud service:

  1. Create a queue manager.
  2. Administer a queue manager using the IBM MQ Web Console.
  3. Connect a sample application to a queue manager.