MQ Series

Hi,I need to send a file from one machine to another using MQ. Can anybody tell me how I can achieve the same?Thanks in anticipation.
[161 byte] By [parag16] at [2007-11-25 18:54:36]
# 1

You'll need a product called 'Active Integrator' or something with similar functionality, it facilitates file transfer by breaking the file up into messages, sending it across and rebuilding it on the other side.

If you need to get more information about the product, please email:

lukhanyiso@webmail.co.za

Mr_Nditha at 2007-7-3 22:28:26 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 2

Hi,

Do you meen, sending a File in a message between IBM MQSeries (Client or Server) to another IBM MQSeries Server ?

If so, just use the right API to do this. I think there a limit of 4 Mo. If you want to send a bigger file, you have to break the file et rebuild the file yourself by programming.

Bye

doydo02 at 2007-7-3 22:28:26 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...
# 3
Can you point at the API's?
aprajit at 2007-7-3 22:28:26 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...