Author |
Message
|
kolban |
Posted: Wed Aug 07, 2002 6:24 am Post subject: Performance tools for Request/Reply processing. |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
|
Back to top |
|
 |
mrlinux |
Posted: Wed Aug 07, 2002 9:01 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well I have compiled and run the applications it appears to work, but for some reason the receiver doesnt pull off all the messages ???? _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
kolban |
Posted: Wed Aug 07, 2002 9:22 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
That's odd ... the receiver is priamrily a blocking MQGET loop that resets the MsgId and CorrelId to NULL before each get ... as such, there is no filtering and hence each message should be retrieved. There is no syncpoint processing so all messages should be immediately disposed off. Do you have any other information on which messages are being left?
Are you looking at the correct queue? |
|
Back to top |
|
 |
mrlinux |
Posted: Wed Aug 07, 2002 9:55 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well I tried 1000 and both times it left 622 and 619 messages
once with hundred and it left 22, and the messages are staying in the queue with the receiver still running, however I noticed that the IPPROCS is zero. and restarting the receiver still would not pull the messages of the queue.
PS I compiled them as clients so I could play. _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
kolban |
Posted: Thu Aug 08, 2002 5:27 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
More and more interesting .... the code for the receiver is pretty small. Have you had a look at my logic/coding? If you would like, please send me your compiled executables and I will test too. (kolban@us.ibm.com)
I have been testing with MQ 5.2.1 and MQ 5.3. |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Aug 08, 2002 12:09 pm Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
I will post it tomorrow I had today off _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
|