Author |
Message
|
nandu |
Posted: Thu Feb 24, 2005 12:24 pm Post subject: MQSERVER environment variable in vb6 |
|
|
Newbie
Joined: 09 Feb 2005 Posts: 9
|
In my VB6 application i have to access two different queue managers which reside in different ports and channels. How can I attain this ? I undersatnd we can use MQSERVER environment variable . But it will be for one QMGR , port and channle.What about other one. It is urgent . Can any one help me |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 24, 2005 1:38 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
If you want to get to QM1, you set MQSERVER one way. If you want to get to QM2, you set MQSERVER another way.
This is not smart, so you abondon MQSERVER, and look at the MQCONNX call, or Channel tables.
.
.
.
.
b4 you ask...
.
.
.
MQ Documentation Button at the top of this screen. Read the Client Manual. It will explain the concept of channel tables and / or MQCONNX. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
nandu |
Posted: Thu Feb 24, 2005 1:45 pm Post subject: |
|
|
Newbie
Joined: 09 Feb 2005 Posts: 9
|
Where can I get those documentation |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 24, 2005 1:50 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
I'll play along.....
What documentation? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
nandu |
Posted: Thu Feb 24, 2005 1:53 pm Post subject: |
|
|
Newbie
Joined: 09 Feb 2005 Posts: 9
|
I wish to get info on MQCONNX and channel tables ??? |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Feb 24, 2005 1:56 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
This is a joke, right? Chris, is that you?
Where did you hear about MQCONNX and channel table?????
Dude, in the post where I told you about MQCONNX and channel tables, I said:
Quote: |
This is not smart, so you abondon MQSERVER, and look at the MQCONNX call, or Channel tables.
.
.
.
.
b4 you ask...
.
.
.
MQ Documentation Button at the top of this screen. Read the Client Manual. It will explain the concept of channel tables and / or MQCONNX.
|
_________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
kirani |
Posted: Sat Feb 26, 2005 3:53 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
nandu,
Take a look at this url,
http://www.mqseries.net/phpBB2/viewtopic.php?t=18349
You will find links to most of the MQ manuals here. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|