Author |
Message |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Thu Jan 20, 2011 9:31 am Subject: get mesages on groupid that runs into multiple unit of work |
Im performing the get loop UNTIL (MQGMO-GROUPSTATUS = MQGS-LAST-MSG-IN-GROUP).
now I tried displaying MQGMO-GROUPSTATUS after each get and it is spaces,which is not as expected. do we need to manu ... |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2011 8:11 pm Subject: get mesages on groupid that runs into multiple unit of work |
Also regarding the mq open options for get im giving MQOO-INPUT-SHARED + MQOO-BROWSE + MQOO-INQUIRE. Please corrct me if im wrong |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2011 7:18 pm Subject: get mesages on groupid that runs into multiple unit of work |
Hi aI gave those options already .
ALso I sent same message to remote queue and they are processed by java app sucessfully. same messages when retrieved from mainframe
are not comming in wrong orde ... |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2011 1:24 pm Subject: get mesages on groupid that runs into multiple unit of work |
I just want all the messages in a group in logical order. |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2011 1:15 pm Subject: get mesages on groupid that runs into multiple unit of work |
VIitor I'm confused and cant understand? It is a z/os mq . Im writing code in cobol program. I havnt mentioned MQMO_MATCH_MSG_SEQ_NUMBER. |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2011 12:33 pm Subject: re:get mesages on groupid that runs into multiple unit |
Yes I havnt mentioned MQMO_MATCH_MSG_SEQ_NUMBER.
Also I dropped messages in put application by specifing the MQPMO_LOGICAL_ORDER .
Also dos the queue need to be indexed on groupid? or any other se ... |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Wed Jan 19, 2011 11:18 am Subject: re:get mesages on groupid that runs into multiple unit of wo |
Hi I tried saving the group id after first get and passed that group id whle retriving next message. But even if message of one group are at positions 1 2 6 7 in queue, while retriving its not retriv ... |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Tue Jan 18, 2011 2:55 pm Subject: get mesages on groupid that runs into multiple unit of work |
I just issued a mqget ,and I'm assuming the qmanager will take care of maintaining the groupid for that message and use it to fetch next message in that group as I'm giving MQGMO-LOGICAL-ORDER.
Also ... |
Topic: get mesages on groupid that runs into multiple unit of work |
kolguri
Replies: 21 Views: 21418
|
Forum: General IBM MQ Support Posted: Tue Jan 18, 2011 1:26 pm Subject: get mesages on groupid that runs into multiple unit of work |
Hi,
we have an multithreaded application that puts messages to one central queue.
while putting messages from each thread , we are maintaining one group id for set of messages dropped by each multit ... |