ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » MQ Vs FTP

Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next
 MQ Vs FTP « View previous topic :: View next topic » 
Author Message
zpat
PostPosted: Tue Nov 06, 2007 12:05 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

Thanks....
Back to top
View user's profile Send private message
Monk
PostPosted: Tue Nov 06, 2007 1:01 am    Post subject: Reply with quote

Master

Joined: 21 Apr 2007
Posts: 282

and yet we use FTP...:)
_________________
Thimk
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 06, 2007 1:11 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

At the end of the day, it comes down to your requirements, your site standards and your budget. Even the weighting you give these points is specific to you.

All solutions are unique.

My 2 cents - I don't use ftp for automated production file transfer. It's a cool solution where a file has been produced for the users and they need to pull it down onto a local machine but it's too uncontrolled for prod (for all the reasons so eloquently expounded by my associate further up this thread).

But that's just me. Other views are equally valid and may be supportable.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Monk
PostPosted: Tue Nov 06, 2007 1:59 am    Post subject: Reply with quote

Master

Joined: 21 Apr 2007
Posts: 282

fair enough guys...
bt we have something called "managed FTP"..
which does provide a reliable , robust file transfer solution..
and managed FTP is definetly a better solution than MQ..
because "managed FTP" provides all that MQ provides(for moving files)and simple..
_________________
Thimk
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Nov 06, 2007 3:15 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

So you're asking if some nebulous, undefined "managed FTP" product is better than MQ for a one time, single file transfer?

Who cares? Move the file and be done.

It's only when you're looking at building an automated procedure that any real considerations apply - including things like security and etc.

Never underestimate the bandwidth of a backpack full of flash drives.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
zpat
PostPosted: Tue Nov 06, 2007 3:44 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5849
Location: UK

The FTP disadvantages (originally written by me) relate to the basic, free, Unix style FTP line command.

There are of course, proper File Transfer products such as Connect Direct which address many of the issues raised.

The issues generally related to large scale, unattended & automated use of file transfer.

If you are sitting at a command prompt ready to deal with the issues, then they can be overcome manually.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 06, 2007 3:48 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

zpat wrote:
There are of course, proper File Transfer products such as Connect Direct which address many of the issues raised.


Which of course opens the door to the cost/benefit case of such products as opposed to something like PM4Data!

zpat wrote:
The issues generally related to large scale, unattended & automated use of file transfer.

If you are sitting at a command prompt ready to deal with the issues, then they can be overcome manually.


Absolutely yes, as I said above
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ashoon
PostPosted: Tue Nov 06, 2007 6:32 am    Post subject: Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

thanks but can't take the credit for that since those statements were collected from both here and other sources however it does provide good ammunition why one should not use FTP for data movement.

AkankshA wrote:
ashoon,

that was impressive

_________________
IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances
Back to top
View user's profile Send private message
ashoon
PostPosted: Tue Nov 06, 2007 6:37 am    Post subject: Re: MQ Vs FTP Reply with quote

Master

Joined: 26 Oct 2004
Posts: 235

I recall when a large retailer said I'll just use FTP to move my financial and inventory data between stores and HQ. That amounts to 3,000 files a day, 7 days a week with an average of 3% failure per day... so 90 failures a day which are manually reconciled.

That relates to 3 full-time staff at HQ and a Windows jockey per store who manually reconcile the transfers daily since they don't know which file failed and when...

not sure what kind of system you're designing BUT is this the headache you want to put your users through? Also have you really thought about the financial risk/costs associated with transmission failures? And is it that much harder to write to a queue than create a file and initiate an FTP transfer?

Monk wrote:
Hi All,

This is a general design question .
I have a client/server scenario , MQ client is installed on many of the client m/c and I have one MQ server.
Now I need to implement file transfer over MQ.
My deliemma is , whether FTP can do the job , since we have a client server architecture.
Can MQ provide any benefit in this client server architecture.
I mean to say...some people claim that FTP is not reliable .
Can MQ be reliable to send files in a Client / server scenario or just plain simple FTP will do?

Any ideas/inputs on this will be much appreciated.

Thanks.

_________________
IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances
Back to top
View user's profile Send private message
skydoor
PostPosted: Mon Nov 19, 2007 3:28 am    Post subject: Reply with quote

Apprentice

Joined: 24 Jul 2007
Posts: 43
Location: Cape Town

We have had to use ftp before and it is not a good idea. It is 97% to 99% reliable but, as ashoon stated, it is a nightmare to manage as that 1% to 3% creates volumes of support that you do not want. This is apart from other problems that could arise.

One possible solution could be file adapters. One example is JText.
Back to top
View user's profile Send private message
aspre1b
PostPosted: Fri Mar 14, 2008 3:01 am    Post subject: Reply with quote

Voyager

Joined: 05 Jul 2007
Posts: 78
Location: Coventry, UK

ashoon wrote:


MQ is asynchronous.



I thought Voyager was referring to a client server senerio, using an MQ client to connect to a queue manager. I thought this type of connection was synchronous. Only if the client had a queue manager of its won would it be asynchronous.

If the client did have a queue manager of its own, you could always use reference messages (comes in one of the support packs) assuming both ends were Wintel platforms.
Back to top
View user's profile Send private message
amarlow
PostPosted: Mon Oct 13, 2008 12:28 pm    Post subject: Reply with quote

Newbie

Joined: 13 Oct 2008
Posts: 1

elvis_gn wrote:
Hi Monk,
But then I don't think the MQ File transfer is a good option for production...it does not have APIs to program the file pick and tranfer...
Rather I would suggest you look at some FTP app or Adapters with some tool like Message Broker...

I can think of one advantage of using a queue instead of FTP. When the volume of data is very large (i.e gigs and gigs) then trickling the data over a queue may be better. Transferring gigs via FTP will place a strain on the network. Using a queue helps you avoid a huge network transfer.

Regards,

Andrew Marlow
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Mon Oct 13, 2008 3:30 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2494
Location: Melbourne, Australia

amarlow wrote:
I can think of one advantage of using a queue instead of FTP. When the volume of data is very large (i.e gigs and gigs) then trickling the data over a queue may be better. Transferring gigs via FTP will place a strain on the network. Using a queue helps you avoid a huge network transfer.


MQ will deliver the queued messages as soon as practical using all available network bandwidth, unless you have some program logic to trickle feeding the messages into the queue.
_________________
Glenn
Back to top
View user's profile Send private message
Rocky_bhai
PostPosted: Mon Nov 21, 2022 6:03 pm    Post subject: Reply with quote

Newbie

Joined: 21 Nov 2022
Posts: 1

What are the differences(comparision) between FTP and MQ in terms of parameters like scalability, security, coding effort, reliability, availability, file size, file format, cost?
Back to top
View user's profile Send private message
bruce2359
PostPosted: Mon Nov 21, 2022 7:34 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
Location: US: west coast, almost. Otherwise, enroute.

What research have you done? What were your reearch results?
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next Page 2 of 3

MQSeries.net Forum Index » IBM MQ API Support » MQ Vs FTP
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.