Author |
Message
|
wmq_guy |
Posted: Wed Dec 08, 2004 8:01 am Post subject: TST file |
|
|
Acolyte
Joined: 21 Oct 2004 Posts: 50
|
where can I find a default config file or what manual gives a description/example of how to setup the queue(local/remote) and channels
for example:
Code: |
DEFINE QLOCAL('MY.XMITQ') REPLACE +
DESCR('Default Local Transmission Queue') +
DEFPSIST(YES) +
MAXDEPTH(640000) +
USAGE(XMITQ)
DEFINE QLOCAL('A.REQUESTQ') REPLACE +
DESCR('req queue') +
DEFPSIST(NO) +
MAXDEPTH(640000) +
DEFPRTY(4) |
thanks
Last edited by wmq_guy on Wed Dec 08, 2004 8:20 am; edited 1 time in total |
|
Back to top |
|
 |
wmq_guy |
Posted: Wed Dec 08, 2004 8:20 am Post subject: |
|
|
Acolyte
Joined: 21 Oct 2004 Posts: 50
|
I guess it is called a TST file. Anyone know where a 'default' TST can be found(manual) |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Dec 08, 2004 8:24 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
The .tst files were used at 5.0 or earlier to create the default objects, not to create customer objects.
I think you need the Script (MQSC) Command Reference and the Intercomms manuals. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Dec 08, 2004 8:49 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
wmq_guy |
Posted: Wed Dec 08, 2004 8:58 am Post subject: |
|
|
Acolyte
Joined: 21 Oct 2004 Posts: 50
|
thnaks bower, but for some reason, It wont find those links... |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Dec 08, 2004 9:09 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
wmq_guy wrote: |
thnaks bower, but for some reason, It wont find those links... |
Keep trying. The IBM Web Site has been pretty quirky for the past few days.
I just surfed those links and they worked for me. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
wmq_guy |
Posted: Wed Dec 08, 2004 12:44 pm Post subject: |
|
|
Acolyte
Joined: 21 Oct 2004 Posts: 50
|
you were right, the web site was down.
works perfect now. THanks! |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Dec 08, 2004 6:47 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
You are welcome sir. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|