I've gone through this part of the official documentation of the IBM App Connect Enterprise but I can't still figure out how an integration node communicates with the default associated IBM MQ queue manager. It is obvious that the connection is locally bound (when on the same machine) but I can't figure out the following,
- What channel does IBM App Connect Enterprise use to connect to the associated queue manager?
- Which userid is used to connect?
- Since the connection is locally bound, does the authentication not happen?
- This page states "You cannot use a secured queue manager as the local default queue manager for an integration node or an integration server", what does it mean by a secured queue manager?
- How can I verify that the given queue manager is successfully associated with the node? How can I test?
Goal: Associate a local default queue manager with an integration node without disabling channel authentication and in a secure way.