ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » MQGMO_COMPLETE_MSG

Post new topic  Reply to topic
 MQGMO_COMPLETE_MSG « View previous topic :: View next topic » 
Author Message
cpratsbo
PostPosted: Tue Aug 26, 2003 11:05 am    Post subject: MQGMO_COMPLETE_MSG Reply with quote

Newbie

Joined: 26 Aug 2003
Posts: 1

I recive in my local queue segmented files and nosemented files.
I use MQGMO_COMPLETE_MSG for gmo.options , When do I have to execute the MQCMIT?

Do you know any link where I can to find any program C++ that It uses MQGMO_COMPLETE_MSG option

Thanks



Back to top
View user's profile Send private message
ArvindC
PostPosted: Tue Aug 26, 2003 10:58 pm    Post subject: Reply with quote

Novice

Joined: 25 Dec 2002
Posts: 14
Location: India

Using the MQGMO_COMPLETE_MSG will result in mqm reconstructing the whole message and returning this whole message to the application. You can commit immediately after your successful get call, or for batch processing after the batch size. Also you should consider certain things for using the COMPLETE MSG option:

1. The effect on the application for a delayed response. Your get call will wait until the arrival of all the messages within the group.
2. The application's ability to handle large messages. The resultant message can become too big for the application to handle.

From the program point of view, the message reconstruction is transparent so you don't need to change anything in your program other then including the COMPLETE_MSG option.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » MQGMO_COMPLETE_MSG
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.