Author |
Message |
Topic: Defining multiple ports with only one queue manager |
aadooley
Replies: 8 Views: 5279
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 28, 2002 6:34 am Subject: Defining multiple ports with only one queue manager |
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. |
Topic: Defining multiple ports with only one queue manager |
aadooley
Replies: 8 Views: 5279
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 28, 2002 6:27 am Subject: Defining multiple ports with only one queue manager |
You may want to read the reply given in the topic "Assigning a port number?????". It will point you in the right direction. |
Topic: Defining multiple ports with only one queue manager |
aadooley
Replies: 1 Views: 2538
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 27, 2002 8:55 am Subject: Defining multiple ports with only one queue manager |
You may want to read the reply given in the topic "Assigning a port number?????". It will point you in the right direction. |
Topic: connection limit |
aadooley
Replies: 6 Views: 3872
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 27, 2002 8:53 am Subject: connection limit |
This depends on the design of your app and the number of users trying to connect to it. |
Topic: connection limit |
aadooley
Replies: 6 Views: 3872
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 27, 2002 7:37 am Subject: connection limit |
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. ... |
Topic: JMS and MQINQ - doable? |
aadooley
Replies: 1 Views: 2095
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 27, 2002 7:28 am Subject: JMS and MQINQ - doable? |
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 ... |