JMS Usage

I am handling larger files in webMethods. Once the transformation is over I use to do FTP.
Now my requirement is to transfer the file (600MB) to the end system through JMS protocol.
is it ok if i use JMS? Please give some clarification on using JMS for large files.

I suggest JMS-ing the location and fileName through pub doc, while large file is shared in common location from where FTP can be done.

Thanks,
Rankesh

Hi, Thank you so much for the quick reply. so you mean to say large files can only be transferred via FTP. FTP is the best way to do the same. JMS could be used to send the file name and location alone. Not the actual the file.

Hi Lance,

I never came across large message size solution through JMS.

I worked a few projects which used the said architecture/solution.

Thanks,
Rankesh