We have a java application that transfers messages between Win2k servers using JMS & MQSeries .Since we encountered some problems for circular logging, we are using linear logging . But, for messagesize greater than 2.5 MB , the messages get blocked in the Transmission Queue on the sender side after few messages.The maximum message length has been tested out with both 4MB and greater than that. To solve this, we decided to go ahead with segmentation.One of the posts in this forum mention that segmentation is not possible while using JMS.Is this correct? If not how/where exactly do we specify segmentation in our application.We are setting some of the message properties from our application as follows:
objMessage.setIntProperty("JMS_IBM_MsgType",MQC.MQMT_REPORT)
Does segmentation flag also have to be set in the same fashion.
But the most important question still remains - whether there is any limitation on using segmentation with JMS.
Please reply to my mail id in addition to posting in the forum.
Thanks in advance
Anindita
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