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 » segmenting & grouping

Post new topic  Reply to topic
 segmenting & grouping « View previous topic :: View next topic » 
Author Message
143313188
PostPosted: Mon Jun 04, 2007 10:05 pm    Post subject: segmenting & grouping Reply with quote

Novice

Joined: 15 Feb 2007
Posts: 22
Location: india

Hi

i have 5Mb of message, but queue size is 4mb?

how do you use segmenting and grouping?
_________________
hi to all.
Back to top
View user's profile Send private message
marcin.kasinski
PostPosted: Mon Jun 04, 2007 10:12 pm    Post subject: Re: segmenting & grouping Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

Have you red MQ docs ?
Do you have any problem with segmenting or grouping ?

Are you going to implement it with Java, C, ... ?
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
Michael Dag
PostPosted: Mon Jun 04, 2007 10:30 pm    Post subject: Reply with quote

Jedi Knight

Joined: 13 Jun 2002
Posts: 2607
Location: The Netherlands (Amsterdam)

Wrong forum, moving to API Support
_________________
Michael



MQSystems Facebook page
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
marcin.kasinski
PostPosted: Mon Jun 04, 2007 10:35 pm    Post subject: Re: segmenting & grouping Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

below you have QMGR segmentation JAVA example :

PUT


Code:
...
message.messageFlags=MQC.MQMF_SEGMENTATION_ALLOWED;
queue.put(message,pmo);
...



GET
Code:

...
MQGetMessageOptions gmo = new MQGetMessageOptions();
gmo.options = MQC.MQGMO_FAIL_IF_QUIESCING|MQC.MQGMO_COMPLETE_MSG;
queueIN.get(retrievemqmessage, gmo);
...



Of course you should read docs for more informations .
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » segmenting & grouping
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.