Author |
Message
|
mq_pm |
Posted: Wed Oct 13, 2004 10:00 am Post subject: message is picked up by message flow even when stopped |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Hi,
I am working on WBIMB 5.0. I have a message flow which takes the input from the cluster Q. When I stop the message flow and put a message on the queue, the message doesn't stay on the queue instead the message is being processed. I see that message flow is stopped in the GUI and an yellow indication is also displayed. But I don't know y it is picking up the message. Is it a known problem???
Thanks. |
|
Back to top |
|
 |
PGoodhart |
Posted: Wed Oct 13, 2004 10:38 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
Are you sure you have only the one message flow reading out of that queue? Also check to see if you have more then one instance of the flow running using your operating system process, because you can end up with multiple rogue processes running, which would also explain your results. _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
mq_pm |
Posted: Wed Oct 13, 2004 10:43 am Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
I do have only one message flow. I have recycled broker also. But still I see the same problem. |
|
Back to top |
|
 |
kirani |
Posted: Wed Oct 13, 2004 10:53 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
What is your CSD level? Look at your Open input count for the message flow input queue to see how many applications have that queue open. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
PGoodhart |
Posted: Wed Oct 13, 2004 10:55 am Post subject: |
|
|
Master
Joined: 17 Jun 2004 Posts: 278 Location: Harrisburg PA
|
Sounds like the rogue execution group problem.
That will not go away with a broker cycle.
What platform is your broker on?
Did you check your processes?
Look at the posts: http://www.mqseries.net/phpBB2/viewtopic.php?t=17704 _________________ Patrick Goodhart
MQ Admin/Web Developer/Consultant
WebSphere Application Server Admin |
|
Back to top |
|
 |
mq_pm |
Posted: Wed Oct 13, 2004 12:09 pm Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
yes I guess it is execution grp problem. I have deleted the message flow from the execution group. But the same problem.
The CSD level is 3 and am working on Windows 2000.
The input queue from which the messageflow takes the input is still open, the opened process is the dataflow engine.
So do you think, cleaning up the database would help as mentioned in the link??? |
|
Back to top |
|
 |
kirani |
Posted: Wed Oct 13, 2004 1:06 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Try deleting that EG instead of clearing the DB entry manually. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|