|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
auto-start QManagers on iSeries |
« View previous topic :: View next topic » |
Author |
Message
|
Erwin |
Posted: Wed May 08, 2002 1:03 am Post subject: |
|
|
Newbie
Joined: 28 Apr 2002 Posts: 3 Location: The Netherlands
|
Hello all,
I would like to know if it is possible to auto-start a qmanager (and its channels and listener) after an IPL. I mean, are there some parameters i can use within MQ, or do i need to make a CL-program myself to do all that stuff?
I have written a JAVA-daemon that puts messages on a queue, but when the iSeries has IPL´ed, i need the qmanager back.
Is this possible?
Thanks in advance,
Erwin |
|
Back to top |
|
 |
cmdmqm |
Posted: Fri May 10, 2002 3:20 am Post subject: |
|
|
Novice
Joined: 04 Feb 2002 Posts: 24 Location: Berlin
|
Hi,
you have to write a CL that does that, but it isn't hard.
ADDLIBLE LIB(QMQM) POSITION(*LAST)
STRSBS SBSD(QMQM/QMQM)
STRMQM MQMNAME(BLA)
STRMQMLSR PORT(1414) MQMNAME(BLA)
STRMQMCSVR MQMNAME(BLA)
We do the channel starting via Triggering, so no reason for us to put that in the CL.
Bye
G |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|