Author |
Message
|
pandeg |
Posted: Mon Jul 06, 2015 7:06 am Post subject: can we manually stop server connection channel if needed |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Hi, We have large number of applications connecting to same queue manager using their own server connection channel. Is it possible to stop server connection channel manually if we don't want the application to send the message. |
|
Back to top |
|
 |
exerk |
Posted: Mon Jul 06, 2015 7:47 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Look in the appropriate KC - see if there is a STOP command for channels, and if so, to which channels it is applicable. _________________ 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 |
|
 |
vsathyan |
Posted: Tue Jul 07, 2015 9:58 am Post subject: |
|
|
Centurion
Joined: 10 Mar 2014 Posts: 121
|
Warning - recently we did this, and by doing it, we have seen side effects.
If your application continuously tries to make a connection attempt to the queue manager in an infinite loop without a delay or stopping after an exception, you are probably saturating the listener port which may stop responding to future connection requests! _________________ Custom WebSphere MQ Tools Development C# & Java
WebSphere MQ Solution Architect Since 2011
WebSphere MQ Admin Since 2004 |
|
Back to top |
|
 |
pandeg |
Posted: Tue Jul 07, 2015 10:33 am Post subject: |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
I executed runmqsc command to stop the Server Connection Channel, but it is showing the status "STOPPING" for long time. I am not sure whether client Application is still trying to connect it and may be that's the reason it is not stopping. Also, I am seeing some messages are lying on dead letter queue. What could be the reason. Should the Server connection stop if no application is using it and it is "idle" state. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 07, 2015 10:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pandeg wrote: |
I executed runmqsc command to stop the Server Connection Channel, but it is showing the status "STOPPING" for long time. |
What's the sub status? Did you use force?
pandeg wrote: |
I am not sure whether client Application is still trying to connect it and may be that's the reason it is not stopping. |
Could be. What does the documentation on the stop command have to say on this matter?
pandeg wrote: |
Also, I am seeing some messages are lying on dead letter queue. What could be the reason. |
The reason could well be the one coded in the messages.
pandeg wrote: |
Should the Server connection stop if no application is using it and it is "idle" state. |
Probably. What does the documentation say? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|