Joined: 21 Jan 2002 Posts: 3 Location: Los Angeles, CA
Does anybody know how to transfer files using MQSeries?
From the readings I came to know that there are three ways:
1. Increasing message length
2. Message Segmentation
3. Reference Message
Out of these i want to use Message segmentation but I don't know where to specify the path of the file or how to attach a file to a message?
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
MQSeries is an API for messaging. It is your responisbility to read the file data into memory and hand to the queue manager via MQPUT calls to deliver to the remote system. The receiver will retrieve the messages and should write the reconstructed file to disk.
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