Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IBM MQ for file transfer [closed]

We are facing a choice to use IBM MQ over SFTP for file transfer. I've heard advantages of such approach, but I've never see anyone actually using it for a large files.

So main question: how well IMB MQ can handle transfer of large files (up to 100 MB)? Is it stable? It's from mainframe to UNIX server, if it does matter.

Thanks a lot.

like image 604
user62564 Avatar asked Feb 04 '09 19:02

user62564


1 Answers

I've used MQ with files up to 8GB in size, without incident. You have to allocate enough space for MQ to manage them, but it works.

like image 96
Patrick Cuff Avatar answered Jan 02 '23 04:01

Patrick Cuff