Author |
Message
|
bindu |
Posted: Thu Apr 24, 2008 9:17 am Post subject: Listener |
|
|
Voyager
Joined: 07 May 2004 Posts: 97
|
Hi,
Can you please let me know how can we start listener in background on Windows..
I used the following command on command prompt but cursor is not coming back.....
>runmqlsr -m QMGR -t TCP -p 1414
O/p Should be like below
>runmqlsr -m QMGR -t TCP -p 1414
5724-H72 (C) Copyright IBM Corp. 1994, 2004. ALL RIGHTS RESERVED.
Thanks in Advance.
Thank You,
Bindu |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Apr 24, 2008 9:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
echo START LISTENER | runmqsc _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 24, 2008 10:22 am Post subject: Re: Listener |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bindu wrote: |
Can you please let me know how can we start listener in background on Windows..
|
Same way you start any other process in background on Windoze (not just MQ ones)
Assuming you're either on v5.3 or are disinclined to accept the other suggestion _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bindu |
Posted: Thu Apr 24, 2008 11:50 am Post subject: Listener |
|
|
Voyager
Joined: 07 May 2004 Posts: 97
|
Hi ,
Thank you verymuch for your response. I am using MQ v6 on windows XP. I am not sure how to start any process in background on windows.
echo START LISTENER | runmqsc
then it started the default listener. If i want to start any particular listener how can i pass the name and port number. Thanks again for all your help.
Thank You,
Bindu |
|
Back to top |
|
 |
exerk |
Posted: Thu Apr 24, 2008 12:07 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
echo START LISTENER(LISTENER_NAME) | runmqsc
where LISTENER_NAME is the name of the listener you have previously configured. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 24, 2008 1:07 pm Post subject: Re: Listener |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bindu wrote: |
If i want to start any particular listener how can i pass the name and port number. |
You can't pass a port number. Look up the DEFINE LISTENER command.
You might want to look up Windows command line reference as well _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|