when to use client connection channel in MQ?
问题 i kind of don't understand when to use the MQ client connection channel. From my understanding, when client trying to connect MQ server, it can be completed by defining the channel object with server connection channel value directly in application code. Therefore, if so, then why do we need to make use of such client connection channel? Please help explain to me in detail. Thanks very much 回答1: A Server Connection Channel is used by clients to connect to a queue manager. You don't really use