Posted: Wed Oct 26, 2005 5:53 am Post subject: Segmentation Problem.
Novice
Joined: 05 Sep 2005 Posts: 11
Hello everybody,
Iam trying to put a meesage in a localqueue using java base api program. The message length is more than 4mb. So my intension is that the message should be segmented and those segments should be kept in the queue. In my program Iam able to kept a file which is less than 4mb but the problem is with the files more than 4mb. So, to do segmentation I referred IBM site and seen that the following field should be used:
pmo.options = MQC_SEGMENTATION_ALLOWED;
but this variable is throwing compilation error that 'unknown symbol' in the package 'com.ibm.mq.*'.
Iam using MQ Series5.3 on Windows2000.
Please help me.
Thanks for seeing this.
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