Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.05 KB

mqoc_connect_onprem_direct.md

File metadata and controls

56 lines (34 loc) · 2.05 KB
copyright lastupdated subcollection keywords
years
2017, 2021
2021-09-29
mqcloud
connect, onprem, direct

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

Direct connection to an on-premises queue manager

{: #mqoc_connect_onprem_direct}

In order to directly connect an {{site.data.keyword.mq_full}} queue manager to an on-premises queue manager there are several steps to follow.

  • Create the queues in the MQ On Cloud queue manager.

    • A remote queue to hold messages from the cloud application connected to a transmit queue.
    • A local queue to hold responses from the on-premises queue manager requester channel.
  • Create the channels and authorizations to allow the MQ On Cloud queue manager to connect.

    • The server channel - this channel will receive the initial connection from the on-premises queue manager, and will forward the messages from the transmit queue.
    • A receiver channel - this channel will receive responses from the on-premises sender channel.
  • Create the queues in the on-premises queue manager.

    • A local queue - this queue will hold messages destined for the on-premises application
    • A remote queue - this queue is connected to a transmit queue to hold responses from the on-premises application destined for the cloud queue manager.
  • Create the channels and authorizations to connect to the MQ On Cloud queue manager.

    • A requester channel - this channel corresponds to the server channel on the cloud - connected to the local queue.
    • A sender channel - this channel corresponds to the receiver channel on the cloud queue manager - accepting messages from the transmit queue and forwarding them to the cloud queue manager.
  • Set up TLS security by giving the local queue manager the certificates to permit a trust relationship between the two queue managers.

Download full instructions here in PDF format.

alt text

{: shortdesc}