Author |
Message
|
sagis_raj |
Posted: Wed Aug 03, 2005 1:05 pm Post subject: Problem with MQ Listener |
|
|
Novice
Joined: 28 Jul 2005 Posts: 23
|
Hi All,
I am Creating a MQ listener using the code
runmqlsr -m [QM name] -t [protocol] -p [port number].
it is running in the background but it is not shown in the MQ services in MQ Explorer.i'm working on windows 2000 Env.
What might be the problem?
Regards,
Raju  |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Aug 03, 2005 2:12 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The only listeners that will show up in the MQ Services MMC are the ones that it creates for you. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Wed Aug 03, 2005 7:08 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
nmaddisetti |
Posted: Fri Aug 05, 2005 4:54 am Post subject: |
|
|
Centurion
Joined: 06 Oct 2004 Posts: 145
|
Hello vennala
how can i delete the listener from command prompt
thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 05, 2005 4:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
nmaddisetti wrote: |
Hello vennala
how can i delete the listener from command prompt
thanks |
What have you tried?
What are you *really* trying to do?
Have you
vennela wrote: |
Also search for amqmdain |
? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nmaddisetti |
Posted: Fri Aug 05, 2005 7:34 am Post subject: |
|
|
Centurion
Joined: 06 Oct 2004 Posts: 145
|
Hi Jeff
i observed amqmdian but i did'nt find any thing to delete the listener
i want to delete the listener which is listening on some port no with TCP
and i want to create listener with same port no and with diff protocal
thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 05, 2005 7:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you started the listener using runmqlsr, then you can end it using endmqlsr.
If you started the listener and created it using amqmdain, then you can use amqmdain to delete it.
If you created it in the MMC, then you can use the MMC to end it and delete it.
If you started it using MQSC, then you can stop it using MQSC. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sagis_raj |
Posted: Fri Aug 05, 2005 9:27 am Post subject: |
|
|
Novice
Joined: 28 Jul 2005 Posts: 23
|
Hi Jeff
Can you tell me the command to delete the Listener using amqmdain.
I have tried but i was unsucessfull
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 05, 2005 9:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
sagis_raj wrote: |
Hi Jeff
Can you tell me the command to delete the Listener using amqmdain.
I have tried but i was unsucessfull
Thanks |
What was the command you used to create it using amqmdain? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Fri Aug 05, 2005 9:38 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Also, not all things can be done using amqmdain that you can using MMC.
But the question is:
jefflowrey wrote: |
What are you *really* trying to do? |
|
|
Back to top |
|
 |
sagis_raj |
Posted: Fri Aug 05, 2005 9:59 am Post subject: |
|
|
Novice
Joined: 28 Jul 2005 Posts: 23
|
hi vennala,
I want to delete a Listener.I dont know how to do it can you send me the command for that.
Thanks |
|
Back to top |
|
 |
vennela |
Posted: Fri Aug 05, 2005 10:06 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
I want to delete a Listener.I dont know how to do it can you send me the command for that. |
How did you create it.
Can you see the listener using MQServices ? If yes, you can delete it from there. |
|
Back to top |
|
 |
|