Author |
Message |
Topic: unset MQSERVER variable |
jerryzwang
Replies: 13 Views: 5937
|
Forum: General Discussion Posted: Thu Apr 22, 2004 9:09 am Subject: MichaelDag, it should be working ok initially, because |
the client is able to establish the connection to different queues by using different MQSERVER values. However, again I am concerned about other scenarios such as a retry due to network problem. I thi ... |
Topic: unset MQSERVER variable |
jerryzwang
Replies: 13 Views: 5937
|
Forum: General Discussion Posted: Thu Apr 22, 2004 7:54 am Subject: we are beating the dead horse here :) |
I know MQSERVER is used by the MQCONN call. What I am concerned is how it is used after that. Can I change the value of MQSERVER when a client is running without affecting the established MQ connectio ... |
Topic: unset MQSERVER variable |
jerryzwang
Replies: 13 Views: 5937
|
Forum: General Discussion Posted: Thu Apr 22, 2004 6:52 am Subject: PeterPotkay, do you have document to support it? thx |
An official document would be great. |
Topic: unset MQSERVER variable |
jerryzwang
Replies: 13 Views: 5937
|
Forum: General Discussion Posted: Thu Apr 22, 2004 6:28 am Subject: PeterPotkay, what I am worried about is the mq |
implementation behind the scene. Seems that the MQSERVER variable is only used when establishing a connection according to the programming guide. However MQ might use the info later. Say MQ might have ... |
Topic: unset MQSERVER variable |
jerryzwang
Replies: 13 Views: 5937
|
Forum: General Discussion Posted: Thu Apr 22, 2004 6:14 am Subject: bower5932. I know I can get around this variable, but |
i want to keep the current code as much as possible. That's why I asked the question in the first place Thanks. |
Topic: unset MQSERVER variable |
jerryzwang
Replies: 13 Views: 5937
|
Forum: General Discussion Posted: Wed Apr 21, 2004 2:18 pm Subject: unset MQSERVER variable |
Hi all,
I am currently modifying a piece of age old code to let a mq client talk to multiple queues. The current implementation only talks to one queue and uses the environment variable "MQSERVER" ... |