Author |
Message |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Wed Sep 13, 2006 5:55 am Subject: Recieving MQRC_Q_FULL Error |
one would think. |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Wed Sep 13, 2006 5:34 am Subject: Recieving MQRC_Q_FULL Error |
Well it would appear that we found our problem. When we move the applications into the production system we forgot to point one of the queue readers to the production system. In the development enviro ... |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 12:24 pm Subject: Recieving MQRC_Q_FULL Error |
from the psuedo code posted before, its Queue3 and that process can handle 3000 per second and has never been above 4000 messages.
this is the strange part. I have spent alot of time designing and ... |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 10:53 am Subject: Recieving MQRC_Q_FULL Error |
i am going to monitor the processes this evening. currently there is little work to be done. our bulk or heavy loads start at 6pm-7:30pm. i have perfmon running so i can retain the stats. |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 10:34 am Subject: Recieving MQRC_Q_FULL Error |
I have opened a case with IBM on this issue. From what I see and have designed there is no way that any of the queue(s) are getting full.
6000 flat files (2 sets 3000 each)
first set contain ... |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 7:47 am Subject: Recieving MQRC_Q_FULL Error |
this is the code I am using (.Net), this is just a rough skeleton of the code.
I am not sure of the extended options, but this is the general code minus the error checks etc..
<-- snippet --> ... |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 7:10 am Subject: Recieving MQRC_Q_FULL Error |
But what concerns me is that this just started to happen when I have more clients processing the messages. if I reduce the number of clients the problem goes away but I process longer. I feel that i ... |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 6:48 am Subject: Recieving MQRC_Q_FULL Error |
I have not looked in the messages manual yet, i forgot about that one. I will check those. As far as the uncommited messages, I under the impression that we coded for commit after put. I will also c ... |
Topic: Recieving MQRC_Q_FULL Error |
angelocook
Replies: 17 Views: 11189
|
Forum: General IBM MQ Support Posted: Tue Sep 12, 2006 6:03 am Subject: Recieving MQRC_Q_FULL Error |
I have just started receiving the MQRC_Q_FULL message in my applications that have been running perfectly fine for several months. I have 3 major queues in one queue manager, each of the queue has a m ... |