Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

native command for stop channel

Status
Not open for further replies.

balajipn

Programmer
Mar 30, 2004
65
0
0
IN
Hi,

Can some one tell me the native command to stop the websphere mq channel?. I am not looking for "stop channel" command which is used with runmqsc.

I know the native command to start the channel is runmqchl, but don't know the command to stop. Can some one help?

Thanks,
Balaji.
 
There is none, do a man mqrunchl and you will see it tells you to use the STOP CHANNEL command to stop it. If you want to script this it's pretty easy:

echo "stop channel(chl_name)"|runmqsc



IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
It begs the question....why do you want to stop it? Use DISCINT on the channel definition and it will go inactive itself.

A stopped channel cannot be restarted using triggering, if fact it can only be restarted manually.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top