When you use a Route, you are creating some configuration for the HAProxy component in OpenShift Container Platform (OCP). HAProxy routes network traffic based on the contents of the "Server Name Indication" (SNI) header used as part of TLS. You need a unique value in the SNI header, so that HAProxy can route to the correct queue manager instance. As described in
Configuring a Route to connect to a queue manager from outside a Red Hat OpenShift cluster, older versions of MQ put the MQ channel name in the SNI header - this means that you have to set up the Route to use the channel name for routing, which forces the channel name to be unique in the OCP cluster. From MQ 9.2.1 onwards, there is a new option to configure MQ to put a host name in the SNI header, which would allow the re-use of channel names.
------------------------------
Arthur Barr
Container Architect, IBM MQ
IBM
------------------------------