Skip to main content

developerWorks >  WebSphere  >  Forums  >  WebSphere MQ Everyplace  >  developerWorks

Segmentation In MQ    Point your RSS reader here for a feed of the latest messages in this thread


Tags for this thread: 

     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 0 - Pages: 1
AjayKumar_Mohini

Posts: 3
Registered: Oct 27, 2008 04:40:02 AM
Segmentation In MQ
Posted: Oct 27, 2008 04:43:11 AM
 
Click to report abuse...   Click to reply to this thread Reply
Hi All,
In our project we are using the concept of segmentation if the message exceeds a specified length and set the flag "MQC.MQMF_SEGMENT" for every segment and "MQC.MQMF_LAST_SEGMENT" for the last segment. We even set the flag "MQC.MQMF_LAST_SEGMENT" for messages which are not segmented while putting in the queue. Now the application(installed on HP-UNIX) which picks these messages from the queue was able to get the message which was not segmented but had the flag "MQC.MQMF_LAST_SEGMENT" set. All went on fine but after sometime the application was installed on LINUX and could not pick the messages. We though it my be because the messages in the queue were uncommitted but later we realised that those messages are being picked up applications on UNIX or any other utility. So by hit and trial we though of setting the flags only for messages which are segmented and not for all messages and it worked fine.
Can anyone throw somemore light on this like is it something to do with the OS or there is something more to it.
 Tags
Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

 

MoreLess 


Point your RSS reader here for a feed of the latest messages in all forums