Author |
Message |
Topic: Question on queue design for high volumne |
fredlee
Replies: 8 Views: 8923
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Aug 14, 2005 11:09 pm Subject: Question on queue design for high volumne |
Hi all,
how you design the queue for high volume, e.g. upto 100 message every millisecond?
Will multiple request queue help? or any suggestion?
The case is there is multiple Java client conne ... |
Topic: Skipped message when MQGET |
fredlee
Replies: 10 Views: 13449
|
Forum: IBM MQ API Support Posted: Mon Jul 18, 2005 8:11 pm Subject: Skipped message when MQGET |
Thanks for you advise.
I would like to know more about the syncpoint (MQPMO-SYNCPOINT)
In the MQ client side, they may have multiple user put the message to the MQ server.
Is it mean that ... |
Topic: Skipped message when MQGET |
fredlee
Replies: 10 Views: 13449
|
Forum: IBM MQ API Support Posted: Fri Jul 15, 2005 1:27 am Subject: Skipped message when MQGET |
Thank for your advice.
More question:
1. what is UoW?
2. How can I prove that msg is in uncommitted Uow?
The browse cursor, the logical position in the queue, has passed a msg which is in ... |
Topic: Skipped message when MQGET |
fredlee
Replies: 10 Views: 13449
|
Forum: IBM MQ API Support Posted: Thu Jul 14, 2005 10:59 pm Subject: Skipped message when MQGET |
Hi All,
my program is reading the message queue by MQGMO-BROWSE-NEXT
but we found when in high volume, it skip some records. Is anyone have idea on this? We are opening the queue, looping the queu ... |
Topic: Help. how to manual set Msgid of message |
fredlee
Replies: 4 Views: 3427
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 03, 2004 11:39 pm Subject: Help. how to manual set Msgid of message |
In my original message, I want to find the coding to manually assign message ID for MQ java client.
I have found in the code in IBM MQ sample now.
But can anyone suggest the best ways to genera ... |
Topic: Help. how to manual set Msgid of message |
fredlee
Replies: 4 Views: 3427
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 02, 2004 7:09 pm Subject: Help. how to manual set Msgid of message |
I now need to manually assign the message id of put message. How can I do it. Some code fragment as follow:
MQPutMessageOptions pmo = new MQPutMessageOptions();
pmo.options = MQC.MQ ... |