Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can WebSphere MQ transfer file(e.g. *.txt) directly?

Tags:

ibm-mq

I'm new to WebSphere MQ and I am trying to move files through WebSphere MQ as messages using c# code. Can WebSphere MQ transfer files (e.g. *.txt) directly?

Thanks in Advance.

like image 829
zhiyuan_ Avatar asked Apr 12 '12 09:04

zhiyuan_


People also ask

What is MQ File Transfer?

IBM® MQ Managed File Transfer transfers files between systems in a managed and auditable way, regardless of file size or the operating systems used. You can use IBM MQ Managed File Transfer to build a customized, scalable, and automated solution that enables you to manage, trust, and secure file transfers.

What is the difference between IBM MQ and WebSphere MQ?

IBM MQ is a family of message-oriented middleware products that IBM launched in December 1993. It was originally called MQSeries, and was renamed WebSphere MQ in 2002 to join the suite of WebSphere products. In April 2014, it was renamed IBM MQ.

How MQ works with the WebSphere?

An application has a choice of programming interfaces, and programming languages to connect to IBM WebSphere MQ. IBM WebSphere MQ is messaging and queuing middleware, with point-to-point , publish/subscribe , and file transfer modes of operation. Applications can publish messages to many subscribers over multicast .


1 Answers

WebSphere MQ File Transfer Edition (FTE) is a product built on top of WebSphere MQ for transferring files. No coding is required to for transferring files. There are commands and MQ Explorer through which you can configure your file transfers. You can also start file transfers through scripting.

Read through this developerWorks article

like image 198
Shashi Avatar answered Sep 30 '22 05:09

Shashi