The queue manager uses the listeners to monitor the ports. You have to define multiple listeners in order for the queue manager to monitor more than one port.
If you are using JNDI to connect your JMS app to the queue manager and your QCF has a TARGET set to CLIENT then a server connection channel is created (and thus a tcp connection) for each connection. ...
Has anyone found out whether or not the MQINQ call can be made via JMS? Otherwise, does the getTransacted() method on the Session object actually connect to the qmgr to determine if the session is in ...