|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQSC : newbie |
« View previous topic :: View next topic » |
Author |
Message
|
coolpix |
Posted: Tue Jan 18, 2005 7:12 am Post subject: MQSC : newbie |
|
|
Newbie
Joined: 27 Aug 2004 Posts: 4
|
Hi,
In windows env, if I create a Queue Manager by MQ Explorer, the MQ Explorer will also create "Channel Initiator" and "Listener" to the MQ Services. Next, if the Queue Manager shutted down and started again, those "Channel Initiator and "Listener" will be re-started automatically.
How can I achieve the same thing by using MQSC commands (including create the Initiator and listener to the MQ Services)?
Please help.
Thanks a lot. |
|
Back to top |
|
 |
Ratan |
Posted: Tue Jan 18, 2005 7:26 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
I dont think it is possible via MQSC commands. _________________ -Ratan |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 18, 2005 8:24 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
But in windows you can use amqmdain to create queue managers and other such things. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
coolpix |
Posted: Tue Jan 18, 2005 9:00 am Post subject: |
|
|
Newbie
Joined: 27 Aug 2004 Posts: 4
|
jefflowrey wrote: |
But in windows you can use amqmdain to create queue managers and other such things. |
um... Since I will develop the application on Win Env, then deploy it to AIX server, is it still possible to use amqmdain in this case?
Thanks. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Jan 18, 2005 9:22 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Leave the Command server, Channel initiator and Listener set to Automatic in MQExplorer. Make the QM Manual.
MSCS will control whether the QM comes up or down. When MSCS tells the QM to come up, the QM will start up the channel init, listener and command server because they are still set to automatic. Same thing in reverse. MSCS will stop the QM, and the QM will stop the sub proccesses.
Edited 12:35 PM
Ignore the above>>>>>>>>>>>>
I read MQSC as MSCS and thought he had Microsoft Cluster Services.... _________________ Peter Potkay
Keep Calm and MQ On
Last edited by PeterPotkay on Tue Jan 18, 2005 9:35 am; edited 1 time in total |
|
Back to top |
|
 |
clindsey |
Posted: Tue Jan 18, 2005 9:32 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Quote: |
um... Since I will develop the application on Win Env, then deploy it to AIX server, is it still possible to use amqmdain in this case?
|
amqmdain is for Windows only. For unix, you can start each of the services from a command line with nohup so they survive a logoff.
e.g. "nohup runmqlsr -t tcp -p 1414 & "
If you want to autostart the qm and services at boot time, see this thread
http://www.mqseries.net/phpBB2/viewtopic.php?t=19570
Charlie |
|
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
|
|
|
|