+

Search Tips | Advanced Search

Deploying a queue manager using the IBM Cloud Pak for Integration Platform Navigator

Use the QueueManager custom resource to deploy a queue manager onto a Red Hat OpenShift Container Platform cluster using the IBM Cloud Pak for Integration Platform Navigator. This task should be completed by a project administrator


Before starting

In a browser, launch the IBM Cloud Pak for Integration Platform Navigator.

If this is the first time deploying a queue manager into this Red Hat OpenShift project, then follow the steps for Preparing the OpenShift project for IBM MQ using the OpenShift CLI.


Procedure

  1. Deploy a queue manager. The following example deploys a "quick start" queue manager, which uses ephemeral (non-persistent) storage, and turns off MQ security. Messages will not be persisted across restarts of the queue manager. We can adjust the configuration to change many queue manager settings.
    1. In the IBM Cloud Pak for Integration Platform Navigator, click Runtime and instances.
    2. Click Create instance.
    3. Select Queue Manager, and click Next. The form to create an instance of a QueueManager is displayed. Note: We can also click Code to view or change the QueueManager configuration YAML.
    4. In the Details section, check or update the Name field, and specify the Namespace in which to create the queue manager instance.
    5. If you accept the IBM Cloud Pak for Integration license agreement, change License acceptance to On. We must accept the license to deploy a queue manager.
    6. In the Queue Manager Config section, check or update the Name of the underlying queue manager. By default, the name of the queue manager used by IBM MQ client applications will be the same as the name of the QueueManager, but with any invalid characters (such as hyphens) removed. To force the use of a particular name, we can edit this here.
    7. Click Create The list of queue managers in the current project (namespace) is now displayed. The new QueueManager should have a status of Pending

  2. Check the queue manager is running The creation is complete when the QueueManager status is Running.

Parent topic: Deploying IBM MQ certified containers using the IBM MQ Operator


Related tasks

Last updated: 2020-10-04