Author |
Message |
Topic: How to Disconnect the MQ Connection Handle in a JMS Program |
vams
Replies: 11 Views: 8609
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 08, 2008 11:42 am Subject: How to Disconnect the MQ Connection Handle in a JMS Program |
Thanks for all your inputs. I resolved the issue . I am using a system id when ever I create a connection insteat of the logged on person user id, so in this case only one channel is created and wh ... |
Topic: How to Disconnect the MQ Connection Handle in a JMS Program |
vams
Replies: 11 Views: 8609
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 26, 2007 1:46 pm Subject: How to Disconnect the MQ Connection Handle in a JMS Program |
You can't have fewer MaxActiveConnections than you have connections in your pool.
To be more clear, the app server is going to keep opening new connections at each request for a connection, until t ... |
Topic: How to Disconnect the MQ Connection Handle in a JMS Program |
vams
Replies: 11 Views: 8609
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 26, 2007 12:50 pm Subject: How to Disconnect the MQ Connection Handle in a JMS Program |
Thank you very much.
I understand what you mean. On the MQ side we have a MAX Active channels of 2, now I use a global User Id when ever I am creating a connection. So, for the very first user who ... |
Topic: How to Disconnect the MQ Connection Handle in a JMS Program |
vams
Replies: 11 Views: 8609
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 26, 2007 11:56 am Subject: How to Disconnect the MQ Connection Handle in a JMS Program |
Shame on you! You really need to read the red book on JMS Topologies.
I know it's a little bit dated but the information is still accurate...
Running an apps server (i.e.) connection pool limited ... |
Topic: How to Disconnect the MQ Connection Handle in a JMS Program |
vams
Replies: 11 Views: 8609
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 24, 2007 9:22 am Subject: How to Disconnect the MQ Connection Handle in a JMS Program |
Thanks for your reply; I understand the concept of connection pooling. I guess I need to be more clear about my question..
Instead of MQ Connection Handles I should have said Channels... Sorry ... |
Topic: How to Disconnect the MQ Connection Handle in a JMS Program |
vams
Replies: 11 Views: 8609
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 24, 2007 7:29 am Subject: How to Disconnect the MQ Connection Handle in a JMS Program |
Hello Everyone,
I am using JMS and MQ-Series to communicate with a non-JMS client. I have configured my connection factory on the WebSphere server. I just do the following....
1. Look up the conne ... |